Hi,
I would like to fix
http://jira.xwiki.org/browse/XWIKI-8892 by making a distinct
"create" right.
Currently "create" is an alias for "edit" which fails if CreateAction
is called on an existing
document. CreateAction and the accompanying UI expect to be called on an existing document
and
for the name of the new document to be passed in a form parameter.
I'm proposing adding a create right which aliases to "edit" on the space and
wiki level but is
not checked on the per-document level.
WDYT?
Caleb