![]() |
|
|
|
|
Change By:
|
Roman Kovařík
(17/Mar/14 12:43 PM)
|
|
Description:
|
Reproduce the problem: - Go the the contacts type in data module - Open the dialog of "_JMustermann_" - Rename the name field to a
substing
substring
: JMuster Result: The property "_name_" was
changes
changed
, but the node name itself is unchanged. (DataModule_ReanmeToSubstring.jpg)
Problem source: info.magnolia.module.data.dialogs.DataDialog.getNewNodeName() Detecting the new node name
falls
fails
to the else statement: {code} if(this.create || !this.nodeName.startsWith(name)){ name = Path.getUniqueLabel(hm, this.path, name); } else{ name = this.nodeName; } {code}
|
|
|
|
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <
[email protected]>
----------------------------------------------------------------