[magnolia-dev] [JIRA] (MGNLUI-4203) JcrNewNodeAdapter#isNew should not return hardcoded true
"JIRA (on behalf of Federico Grilli)" <jira-O8DnXSz/[email protected]>
| Newsgroups | gmane.comp.cms.magnolia.devel |
|---|---|
| Message-ID | <[email protected]> |
Federico Grilli updated an issue
Magnolia UI / https://jira.magnolia-cms.com/browse/MGNLUI-4203 MGNLUI-4203
JcrNewNodeAdapter#isNew should not return hardcoded true
Change By:
Federico Grilli
Comment:
Looking closer when changes are applied the node isn't persisted yet, rather it's added to its parent (which does exist in JCR) but it's only transient in the current JCR session. Only {{session.save()}} will persist it to JCR. So I'm afraid we can't do this without changing the meaning of {{new}} in this context (sadpanda).
https://jira.magnolia-cms.com/browse/MGNLUI-4203#add-comment
Add Comment
This message was sent by Atlassian JIRA (v7.2.6#72008-sha1:26175bf)
----------
----------------------------------------------------------------
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]>
----------------------------------------------------------------
(unnamed)
(image/png, 425 B) - not displayed
(unnamed)
(image/png, 1.1 KB) - not displayed
(unnamed)
(image/png, 2.9 KB) - not displayed