On Wed, Oct 28, 2009 at 11:29, Vincent
Massol<vincent(a)massol.net>
wrote:
Ok it seems this was done by Sergiu in rev 18828
for issue
"XAPANELS-77: Improve class and object editor panels"
The AddObject panel was modified to have this check:
#foreach ($classname in $xwiki.classList)
#if($!xwiki.hasAccessLevel("edit", $classname))
That does not make sense, a user should be able to add an object even
if he can't modify the class.
Waiting for Sergiu's input. He must have had some reason for doing this.