Skip to content

Commit

Permalink
Merge pull request #4 from pe7er/patch-1
Browse files Browse the repository at this point in the history
Added default ACL actions
  • Loading branch information
roland-d authored Oct 18, 2016
2 parents 63fc3f9 + 1d84ca2 commit a2f160d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions component/administrator/components/com_foo/access.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@
<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" />
</section>
</access>

0 comments on commit a2f160d

Please sign in to comment.