Hi all,
we prepared new evidence of internal reports based on AWM (like FAQ application). Because there will be a lot of reports in the future we want to hide new created pages and navidation will be processed only via Livedata. Navigation works perfectly but we can’t enforce creating new pages based on application template to be hidden.
We put following velocity code into “Sheet” template of the class:
#set ($discard = $xwiki.getDocument($doc.fullName).setHidden(true))
But it doesn’t work.
Any suggestion?
Thanks
2 posts - 2 participants