[MGNLUI-1295] In all apps with lists and trees, add a "rename <item>" action for renaming items Created: 02/May/13 Updated: 04/Sep/13 Resolved: 09/Jul/13 |
|
| Status: | Closed |
| Project: | Magnolia UI |
| Component/s: | app framework, content app, design, pages app, security app, user interaction |
| Affects Version/s: | None |
| Fix Version/s: | 5.0.1 |
| Type: | Story | Priority: | Critical |
| Reporter: | Andreas Weder | Assignee: | Christopher Zimmermann |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||||||||||
| Template: |
|
||||||||||||
| Acceptance criteria: |
Empty
|
||||||||||||
| Task DoD: |
[ ]*
Doc/release notes changes? Comment present?
[ ]*
Downstream builds green?
[ ]*
Solution information and context easily available?
[ ]*
Tests
[ ]*
FixVersion filled and not yet released
[ ] 
Architecture Decision Record (ADR)
|
||||||||||||
| Date of First Response: | |||||||||||||
| Sprint: | Beta 3 | ||||||||||||
| Description |
|
We need a "rename" action in all apps offering the basic sub apps with views to browser a set of items.
We need an actual "rename" action for two reasons: |
| Comments |
| Comment by Christopher Zimmermann [ 07/May/13 ] |
|
This spec seems a bit odd as items typially have an edit feature which opens a subapp which enables editing most of these fields. I would expect a "rename" action to just edit one field - the displayed name. |
| Comment by Christopher Zimmermann [ 03/Jul/13 ] |
|
1. Add Rename Actions to content apps: Added a rename dialog to ui-framework configuration. Changed websiteJcrBrowser to extend Configuration app, just as all the other configuration type apps do. 2. Add ability to edit properties in Config apps: For this to work had to 'expand' signiture of OpenEditDialogAction to have an JcrItemAdapter injected instead of JcrNodeAdapter so that it can be used on Nodes and on Properties. Finally, AbstractJcrAdapter needed some additional logic in updateProperties to set the item=getJcrItem() if the name of the property changed so that any other changed values on the property would be applied to the renamed property, not to the 'stored' 'old named' property. |
| Comment by Christopher Zimmermann [ 04/Jul/13 ] |
|
Added simple test for SaveConfigDialogAction to confirm that it sends an event on the eventbus parameter when it executes. |
| Comment by Tobias Mattsson [ 04/Jul/13 ] |
|
This needs to be done also in a version handler and the version handler requires a test case as well. |
| Comment by Christopher Zimmermann [ 05/Jul/13 ] |
|
Added Module Version handlers and Tests for the following:
|
| Comment by Christopher Zimmermann [ 09/Jul/13 ] |
|
Error when trying to rename Asset after running MVH from 5.0: Error when tring to rename Contact after running MVH from 5.0 In MVH, new editActions group must be positioned after the addingActions group. |
| Comment by Christopher Zimmermann [ 09/Jul/13 ] |
|
Added an ordering MVH task. |