seitime-frappe/frappe/model
Saurabh 97b693c6b0
feat: Added permission to grant only Select access to document (#12063)
* feat: add permtype 'select' to DocPerm and CustomDocPerm

* feat: add 'select' perm in rights tupple

* feat: provisions to handle select permission

* feat: toggle href based on permissions

* feat: pass permission type explicitly while validating link in permission check

* fix: sider

* feat: added test cases to validate select perm

* feat: add method frappe.only_has_select_perm to explicitly check the select perm

* fix: if user only has select perm then do not show anchor tag for link fields

* fix: sider
2020-12-29 16:58:28 +05:30
..
utils fix: Add rename_doc utils for external API usages 2020-11-27 20:19:50 +05:30
__init__.py feat(system console): Added a System Console to help in debugging and Console Log 2020-08-31 11:29:18 +05:30
base_document.py feat: show absolute value in print format 2020-11-30 15:46:29 +05:30
create_new.py fix(default): cast as string as required 2020-10-26 10:02:04 +05:30
db_query.py feat: Added permission to grant only Select access to document (#12063) 2020-12-29 16:58:28 +05:30
delete_doc.py fix: Update controllers via delete_doc and rename_doc only in 2020-12-16 19:04:59 +05:30
docfield.py New Control: Table MultiSelect (#6675) 2018-12-28 15:36:59 +05:30
document.py feat: Non negative check for Int, Float and Currency fields 2020-10-29 16:40:38 +05:30
dynamic_links.py feat(customize form): add links and actions to customize form and cleanup code 2020-10-26 10:02:04 +05:30
mapper.py feat: allow mapper functions to be overriden 2020-05-30 19:15:04 +05:30
meta.py fix: label for _assign field 2020-12-04 16:12:22 +05:30
naming.py fix(minor): added ignore_ddl in frappe.db.get_all to ignore missing tables, columns 2020-10-26 10:02:04 +05:30
rename_doc.py Merge branch 'develop' of github.com:frappe/frappe into fix-broken-folders 2020-12-10 14:17:05 +05:30
sync.py refactor: rename onboarding to module onboarding 2020-05-12 16:23:26 +05:30
workflow.py fix: Show cancel button only if document is cancellable 2020-12-28 13:40:12 +05:30