feat: withDefaults for RelatedTasks #3018
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/withDefaults-for-RelatedTasks"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -230,0 +216,4 @@
initialRelatedTasks: () => ({}),
showNoRelationsNotice: false,
projectId: 0,
editEnabled: true, // this seems like a mistake
Does this make sense to you? Usually I think all components should default to read onlyif the option exists.
I see what you mean, my guess is I added that prop after wanting to make it read-only somewhere but not update the prop everywhere.
Hi dpschen!
Thank you for creating a PR!
I've deployed the frontend changes of this PR on a preview environment under this URL: https://3018-feat-withdefaults-for-relatedtas--vikunja-frontend-preview.netlify.app
You can use this url to view the changes live and test them out.
You will need to manually connect this to an api running somewhere. The easiest to use is https://try.vikunja.io/.
This preview does not contain any changes made to the api, only the frontend.
Have a nice day!