seitime-frappe/frappe/model
SDLyu 3e9d8d05e9
Wrappe frappe._dict
`frappe.get_attr(hook)(data=data)` return dict. But function `get_open_count` will access `fieldname` attribute in notifications.py.
 I will cause error `'dict' object has no attribute 'fieldname'`.
2020-05-21 18:47:00 +08:00
..
utils fix: Translating Errors and Messages 2019-07-03 11:52:47 +05:30
__init__.py feat: add name validation to data fieldtype 2020-04-21 15:49:55 +05:30
base_document.py Merge pull request #10040 from Thunderbottom/data-validation-fix 2020-04-24 17:26:11 +00:00
create_new.py fix: Add __unsaved flag for newly created doc 2020-04-28 14:07:29 +05:30
db_query.py fix: dayofyear unit function for child table query 2020-02-28 13:00:04 +05:30
delete_doc.py Update frappe/model/delete_doc.py 2020-04-16 10:06:41 +05:30
docfield.py New Control: Table MultiSelect (#6675) 2018-12-28 15:36:59 +05:30
document.py perf: Make tests faster (#10307) 2020-05-12 22:34:10 +05:30
dynamic_links.py Merge branch 'staging' into develop 2019-01-29 18:24:11 +05:30
mapper.py fix: Removed annotations due to py>=3.7 compatibility. 2020-01-27 11:59:40 +05:30
meta.py Wrappe frappe._dict 2020-05-21 18:47:00 +08:00
naming.py fix: Translatable strings with trailing spaces 2020-04-08 14:20:52 +05:30
rename_doc.py fix: duplicate entry error while renaming item (#9651) 2020-03-12 18:38:45 +05:30
sync.py refactor: rename onboarding to module onboarding 2020-05-12 16:23:26 +05:30
workflow.py Merge pull request #9833 from marination/change-workflow-status-title 2020-04-02 11:56:13 +00:00