Ok, how about this:

Is it possible to write an XWiki Macro which will loop through all the child
pages of a given document and change the rights? (giving the child pages the
same rights as the parent page)

The Admin could add that macro to the parent page. Every time he changes the
rights of that page, the macro will be executed and update the rights for
every child page.

Something like...

{{velocity}}
#if ($hasAdmin)
## read rights of this page...
## ...
# foreach ($page in $pages)
## update rights of child page...
## ...
# end
#end
{{/velocity}}

--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Apply-rights-automaticly-to-child-pages-tp7580100p7580117.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to