Content should be able to set properties directly and work with References and
other jcr types
----------------------------------------------------------------------------------------------
Key: MAGNOLIA-1451
URL: http://jira.magnolia.info/browse/MAGNOLIA-1451
Project: Magnolia
Issue Type: Improvement
Components: core
Reporter: Grégory Joseph
Assigned To: Grégory Joseph
Fix For: 3.1
The current implementation creates an empty property by default, before one can
set its value. This does not work if the property is defined in the nodetype
definition with a specific type (for instance Date or Reference), so we need a
way to set a property of any type directly on the node, as if using
node.setProperty(name,value)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia.info/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/developer.html
----------------------------------------------------------------