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))
...
Thus only Objects for which the user has edit rights on the Class name
are listed.
Is that what we want? It doesn't sound quite right to me.
Thanks
-Vincent
On Oct 27, 2009, at 9:18 PM, Vincent Massol wrote:
Hi,
I've just noticed on trunk that now non admin users can only see a
few classes in the object editor: some Blog classes and the Panel
Class.
Is that normal? I don't remember when we decided this.
Thanks
-Vincent