seitime-frappe/frappe/model
gavin fc9308f8ba
fix: Use same labels for standard fields throughout interfaces (#17031)
* fix(model)!: Match labels in meta & model

Labels for fields have been inconsistent. In standard filters, doc.name
would be labelled as "Name" while it's "ID" in the edit filters option.
Similarly for other fields, the same view will address the same fields
differently. This PR aims to get rid of such inconsistencies.

Changes:

* [model] Change label ID for name to 'Name'
* [meta] Match labels of owner, modified, modified_by
* [meta] Add labels for more fields - from model.js

* fix!: get_label to fetch labels as Desk does

* fix!(label): Refer to name field as 'ID' over 'Name'

* test: Use 'ID' label instead of 'Name'
2022-06-09 15:34:57 +05:30
..
utils perf: Pre-compile and re-use regexp pattern 2022-06-08 14:07:38 +05:30
__init__.py Merge pull request #15538 from noahjacob/phone_field_control 2022-04-28 10:27:52 +05:30
base_document.py Merge branch 'develop' into refactor-file 2022-06-01 15:47:55 +05:30
create_new.py test: Use new_doc instead of get_doc 2022-04-20 11:58:35 +05:30
db_query.py fix(re): Pass flags on instantiation 2022-06-08 16:31:58 +05:30
delete_doc.py Merge branch 'develop' into fix-document-signature-2 2022-06-01 18:01:12 +05:30
docfield.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
docstatus.py feat: utility methods for docstatus (#15515) 2022-02-04 07:41:25 +00:00
document.py Merge branch 'develop' into refactor-file 2022-06-08 12:43:35 +05:30
dynamic_links.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
mapper.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
meta.py fix: Use same labels for standard fields throughout interfaces (#17031) 2022-06-09 15:34:57 +05:30
naming.py perf: Pre-compile and re-use regexp pattern 2022-06-08 14:07:38 +05:30
rename_doc.py fix: circular imports (#16830) 2022-05-04 19:09:53 +05:30
sync.py feat: Quick List Block for Workspace (#16887) 2022-05-13 15:34:35 +05:30
workflow.py fix(linting): no single quotes :'| 2022-04-18 17:29:03 +05:30