seitime-frappe/frappe/core
Anurag Mishra 2a4a658c3c fix: Bulk user permission unhandled condition(v11) (#7402)
* fix: unhandled condition

* test: if changed from apply_to_all to apply_to_all

* fix: test_cases

* Update frappe/core/doctype/user_permission/test_user_permission.py

Co-Authored-By: Suraj Shetty <surajshetty3416@gmail.com>

* fix: tests

* fix: refactor
2019-05-24 08:37:50 +05:30
..
doctype fix: Bulk user permission unhandled condition(v11) (#7402) 2019-05-24 08:37:50 +05:30
page fix: Over usage of space was not handled (#7123) 2019-03-30 23:39:47 +05:30
report [Fix] Transaction log corrections (#6693) 2019-01-02 09:10:50 +05:30
web_form Remove unwanted field in edit-profile web form (#6837) 2019-01-29 10:50:23 +05:30
__init__.py Web Notes to Frappe, better alerts, css fixes, fixed splash 2015-03-03 15:09:34 +05:30
notifications.py Workflow actions (#5598) 2018-05-30 11:24:49 +05:30
README.md rename Profile to User frappe/frappe#470 2014-03-11 16:14:47 +05:30
utils.py fix(unicode): Import unicode_literals in every file (#6805) 2019-01-25 11:56:27 +05:30

Core module contains the models required for the basic functioning of frappe including DocType, User (user), Role and others.