Browse Source

fix: 工单权限位放到sys角色中

pull/7932/head
Jiangjie.Bai 3 years ago committed by Jiangjie.Bai
parent
commit
b8c083af7e
  1. 2
      apps/locale/zh/LC_MESSAGES/django.mo
  2. 2
      apps/locale/zh/LC_MESSAGES/django.po
  3. 1
      apps/rbac/const.py

2
apps/locale/zh/LC_MESSAGES/django.mo

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:449810c3661c09f6448b9c67e7a193f303a3bef7ccc3d0f1efe6e099804e782a
oid sha256:b1c6c0f9212f9d154a432d93785677ebc206eed4fd4338d3fe11b4b528d65c11
size 104323

2
apps/locale/zh/LC_MESSAGES/django.po

@ -2050,7 +2050,7 @@ msgstr "请修改密码"
#: authentication/models.py:33 terminal/serializers/storage.py:30
msgid "Access key"
msgstr "Api key"
msgstr "API key"
#: authentication/models.py:40
msgid "Private Token"

1
apps/rbac/const.py

@ -100,6 +100,7 @@ only_system_permissions = (
('orgs', 'organization', '*', '*'),
('xpack', 'license', '*', '*'),
('settings', 'setting', '*', '*'),
('tickets', '*', '*', '*'),
('ops', 'task', 'view', 'taskmonitor'),
('terminal', 'terminal', '*', '*'),
('terminal', 'commandstorage', '*', '*'),

Loading…
Cancel
Save