-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Correctly use creatable attribute and persistability when working wit… #4936
Conversation
…h domainObjects (#4898) * making move action location check persistability * adding persistence check instead of creatability for styles * added check for link action to make sure parent is persistable * debug * adding parent to link action and move action form location controls so they can be used in the form * adding parent persistability check for duplicate * updating multilple actions appliesTo methods to check for persistability * updated the tree to not require an initial selection if being used in a form * remove noneditable folder plugin * added persistence check for the parent, in the create wizard * minor name change * removing noneditabl folder from default plugins as well * checking the correct parent for persistability in create wizard * importing file-saver correctly * updated tests for import as json * changes addressing PR review: using consts, removing comments, removing unneccessary code Co-authored-by: Scott Bell <[email protected]>
Codecov Report
@@ Coverage Diff @@
## release/2.0.1 #4936 +/- ##
=================================================
- Coverage 50.51% 50.50% -0.02%
=================================================
Files 498 497 -1
Lines 18395 18396 +1
Branches 1659 1657 -2
=================================================
- Hits 9292 9290 -2
- Misses 8685 8692 +7
+ Partials 418 414 -4
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
* Correctly use creatable attribute and persistability when working with domainObjects (#4898) (#4936) * making move action location check persistability * adding persistence check instead of creatability for styles * added check for link action to make sure parent is persistable * debug * adding parent to link action and move action form location controls so they can be used in the form * adding parent persistability check for duplicate * updating multilple actions appliesTo methods to check for persistability * updated the tree to not require an initial selection if being used in a form * remove noneditable folder plugin * added persistence check for the parent, in the create wizard * minor name change * removing noneditabl folder from default plugins as well * checking the correct parent for persistability in create wizard * importing file-saver correctly * updated tests for import as json * changes addressing PR review: using consts, removing comments, removing unneccessary code Co-authored-by: Scott Bell <[email protected]> Co-authored-by: Jamie V <[email protected]> Co-authored-by: Scott Bell <[email protected]> * Fix display layout items getting cut off on the bottom (like plots) (#4903) * Fix display layout items getting cut off on the bottom (like plots) Also fix Vue warnings * Add partial e2e test for this bug fix. WIP. * Address review comments Co-authored-by: John Hill <[email protected]> * Link action fix (#4945) * handling edge case for linking a root item * added location to viper plans (couch search folder) set to ROOT, added a check to remove action for alias (so you can remove linked nonpersistable items) * added check for no parent in remove action (which means it is a root item) * updating test * Update time conductor inputs realtime (#4877) * Update time conductor inputs realtime * Update moveObjects.e2e.spec.js * Update importAsJson.e2e.spec.js * Update default.spec.js Co-authored-by: Jamie V <[email protected]> Co-authored-by: Scott Bell <[email protected]> Co-authored-by: John Hill <[email protected]>
…h domainObjects (#4898)
making move action location check persistability
adding persistence check instead of creatability for styles
added check for link action to make sure parent is persistable
debug
adding parent to link action and move action form location controls so they can be used in the form
adding parent persistability check for duplicate
updating multilple actions appliesTo methods to check for persistability
updated the tree to not require an initial selection if being used in a form
remove noneditable folder plugin
added persistence check for the parent, in the create wizard
minor name change
removing noneditabl folder from default plugins as well
checking the correct parent for persistability in create wizard
importing file-saver correctly
updated tests for import as json
changes addressing PR review: using consts, removing comments, removing unneccessary code
Co-authored-by: Scott Bell [email protected]
Closes
Describe your changes:
All Submissions:
Author Checklist
Reviewer Checklist