seitime-frappe/frappe/core/page/permission_manager
Ankush Menat 0381f836d6 fix: update correct role permission rule
Right now if you have if-owner rule on doctype then whatever you change
will only apply to last inserted rule because we don't check if-owner
value

Long term better fix: Identify with perm rule name instead of arbitrary
"primary keys" defined in code.
2023-09-18 13:45:20 +05:30
..
__init__.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
permission_manager.css fix: perm manager remove button 2020-10-19 14:42:41 +05:30
permission_manager.js fix: update correct role permission rule 2023-09-18 13:45:20 +05:30
permission_manager.json Upgrade Font Awesome (#2410) 2016-12-05 13:07:03 +05:30
permission_manager.py fix: update correct role permission rule 2023-09-18 13:45:20 +05:30
permission_manager_help.html feat(app): move /desk to /app 2020-11-11 16:31:47 +05:30
README.md -webnotes +frappe 💥 2014-02-14 14:55:11 +05:30

Interface for easy browsing and setting of user permissions (DocPerm) on DocTypes.