Skip to content

Commit

Permalink
Merge pull request #922 from xliiv/bound-perms
Browse files Browse the repository at this point in the history
new bound perm name
  • Loading branch information
xor-xor committed Jun 11, 2014
2 parents 91e3aa8 + e9a7459 commit 7f7ee75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/permissions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ List of bound permissions
+----------------------+-------------------------------------+
|virtualserver |read_dc_structure |
+----------------------+-------------------------------------+
|global_module_access |has_asset_access |
|global_module_access |has_assets_access |
+----------------------+-------------------------------------+
|global_module_access |has_core_access |
+----------------------+-------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion src/ralph/account/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class Perm(Choices):
read_device_info_support = _("read device purchase info")
read_device_info_history = _("read device history info")
read_device_info_reports = _("read device reports")
has_asset_access = _("has_asset_access")
has_assets_access = _("has_assets_access")
has_core_access = _("has_core_access")
has_scrooge_access = _("has_scrooge_access")

Expand Down

0 comments on commit 7f7ee75

Please sign in to comment.