Hi, In Magnolia 4.5.x I could set the activation status of a node with: md = node.metaData md.setActivated() md.setActivatorId(MgnlContext.user.name) md.setLastActivationActionDate()
How would I do this in Magnolia 5.3.x in a way that the node displays as green afterwards? I've tried NodeTypes.Activatable.update, but I am not sure if this is the way. BR Bence -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=3407c2de-45d9-451e-a69e-68a974a1bc81 ---------------------------------------------------------------- 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]> ----------------------------------------------------------------
