![]() |
|
|
|
|
Issue Type:
|
Bug
|
|
Affects Versions:
|
1.7.8, 1.6.5 |
|
Assignee:
|
Unassigned |
|
Attachments:
|
DataModule_ReanmeToSubstring.jpg |
|
Created:
|
25/Feb/14 1: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: JMuster
Result:
The property "name" was changes, 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 to the else statement:
if(this.create || !this.nodeName.startsWith(name)){
name = Path.getUniqueLabel(hm, this.path, name);
}
else{
name = this.nodeName;
}
|
|
Project:
|
Magnolia Data Module
|
|
Labels:
|
support
|
|
Priority:
|
Neutral
|
|
Reporter:
|
Christian Ringele
|
|
|
|
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]>
----------------------------------------------------------------