seitime-frappe/cypress
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
..
fixtures test(ui): increasing coverage in tests 2022-03-30 18:40:26 +05:30
integration fix: Use same labels for standard fields throughout interfaces (#17031) 2022-06-09 15:34:57 +05:30
plugins style: Fix sider issues 2021-09-21 08:47:35 +05:30
support test: fixed failing UI test (#16958) 2022-05-24 13:17:21 +05:30
tsconfig.json Add UI tests using Cypress (#6562) 2018-12-03 09:07:31 +05:30