seitime-frappe/frappe/desk/form
Ankush Menat 08b92858a3
fix: ignore duplicate perm check on assign hooks (#22832)
* fix: Ignore permissions while assigning if flag set

* fix: Avoid double permission checks on assignment rule

When it's triggered via doc events either:
- Permission check is done or
- Permission checks are not applicable
2023-10-20 06:18:19 +00:00
..
__init__.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
assign_to.py fix: ignore duplicate perm check on assign hooks (#22832) 2023-10-20 06:18:19 +00:00
document_follow.py refactor: for append to extend, merge list extend 2023-08-09 13:25:39 +02:00
linked_with.py fix: Check perms before sharing linked docs (#22783) 2023-10-17 18:53:09 +05:30
load.py perf: fetch user info in one query 2023-09-18 11:16:20 +05:30
meta.py refactor: for append to extend, merge list extend 2023-08-09 13:25:39 +02:00
save.py fix: cypress and add check for __islocal 2023-10-17 17:19:53 +05:30
test_form.py test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
utils.py fix: handle image extraction while editing comment 2023-03-16 16:00:06 +05:30