go to the access.xml (for example in administrator\components\com_content) and create these news actions :
like this (I deleted the '<' for the preview) :
section name="component" />
action name="core.admin" title="JACTION_ADMIN" description="JACTION_ADMIN_COMPONENT_DESC" />
action name="core.options" title="JACTION_OPTIONS" description="JACTION_OPTIONS_COMPONENT_DESC" />
action name="core.manage" title="JACTION_MANAGE" description="JACTION_MANAGE_COMPONENT_DESC" />
action name="core.create" title="JACTION_CREATE" description="JACTION_CREATE_COMPONENT_DESC" />
action name="core.delete" title="JACTION_DELETE" description="JACTION_DELETE_COMPONENT_DESC" />
action name="core.edit" title="JACTION_EDIT" description="JACTION_EDIT_COMPONENT_DESC" />
action name="core.edit.state" title="JACTION_EDITSTATE" description="JACTION_EDITSTATE_COMPONENT_DESC" />
action name="core.edit.own" title="JACTION_EDITOWN" description="JACTION_EDITOWN_COMPONENT_DESC" />
action name="core.edit.published_state" title="MyTitle1" description="MyDesc1" />
action name="12345678901234567890.12345678901234567890.12345678901234567890" title="MyTitle2" description="MyDesc2" />
section />
save the file and go to the parameter and try to change both value to allowed
that's doesn't works for "core.edit.published_state", why ?
save the "allowed" rigth to the action "core.edit.published_state"
the result of "core.edit.published_state" stay "herited"
In joomla 3.3 it was ok
Priority | Urgent | ⇒ | Medium |
Don't use underscores. Just [a-z0-9].
core.edit.publishedstate
Thanks for your reply, indeed, without the "_" it's ok but it is a "workaround"? Or in the futur Joomla specifies this new rules (for the name of the action) ? Because in Joomla 3.3 it's was ok...
Because in Joomla 3.3 it's was ok...
Ah, OK, I didn't know that.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-08-03 16:08:33 |
Closed_By | ⇒ | brianteeman |
Closed as yu have resolved your issue
Reset issue priority according to documented standards https://docs.joomla.org/Priority
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/10651.