seitime-frappe/frappe/contacts
Suraj Shetty 0be4342649 User permissions redux (#5314)
* [start] removing simpler user permission structure

* permission changes
removed "apply user permission" from has_permission

* test fixes and other supporting fixes

* Removed Apply user permission code

* additional check to see if user has some user permissions related to a doctype

* test fixes

* removed a test

* Permission changes
- Code to restrict access if module is blocked for user.
- [Fix] ignore user perm if applicable

* List view restrictions ui changes

* removed unwanted apply user perm code

* permission (block module fix)

* permission fix

* change user permission
user permission will not be applied if user doesn't have role permission

* removed left "apply_user_permissions" property

* add user permission help template

* perm js refactor

* ui / ux changes
restrict list view before entering view if user is not permitterd
add description for if owner check in role permission manager

* codacy fixes

* permission code fix
add controller permission check
add blocked module check in build_permission

* optimized get blocked module method
2018-04-03 10:42:04 +05:30
..
doctype User permissions redux (#5314) 2018-04-03 10:42:04 +05:30
report [minor] removed the default for party type field in address and contacts report (#4614) 2017-12-14 14:53:22 +05:30
__init__.py Salutation and Gender in Contact (#3079) 2017-06-13 15:25:53 +05:30
address_and_contact.py functools to compare keys 2018-02-13 13:03:59 +05:30