
|
If you were logged in you would be able to see more operations.
|
|
|
|
When user is creating a new content object and she has not been assigned role ROLE_ADMIN or role ROLE_CMS_WEB_SITE_PUBLISHER, an extra check should be conducted depending on edited content object type.
If content object type is one of
portalObject, portalSectionObject, dynamicContentAreaObject and scheduledContentAreaObject
then user must have role ROLE_CMS_PORTAL_EDITOR in order to be able to save content object.
If content object type is not one of the above types then user must have role ROLE_CMS_EDITOR in order to be able to save content object.
|
|
Description
|
When user is creating a new content object and she has not been assigned role ROLE_ADMIN or role ROLE_CMS_WEB_SITE_PUBLISHER, an extra check should be conducted depending on edited content object type.
If content object type is one of
portalObject, portalSectionObject, dynamicContentAreaObject and scheduledContentAreaObject
then user must have role ROLE_CMS_PORTAL_EDITOR in order to be able to save content object.
If content object type is not one of the above types then user must have role ROLE_CMS_EDITOR in order to be able to save content object. |
Show » |
|
Therefore rule for creating new content through BetaCMS Web Console is :
User must be assigned role ROLE_CMS_EDITOR. In case type of new content object is one of
portalObject, portalSectionObject, dynamicContentAreaObject and scheduledContentAreaObject
then she must also be assigned role ROLE_CMS_PORTAL_EDITOR.
Committed revision 3870 - beatcms-webui