Commit graph

24 commits

Author SHA1 Message Date
Fisher Yu
41a7b42f16
fix: Translate form and workflow builder (#25482)
* Update AttachControl.vue

* Update ButtonControl.vue

* Update CheckControl.vue

* Update CodeControl.vue

* Update DataControl.vue

* Update ImageControl.vue

* Update LinkControl.vue

* Update RatingControl.vue

* Update SelectControl.vue

* Update SignatureControl.vue

* Update TableControl.vue

* Update TextControl.vue

* Update TextEditorControl.vue

* Update Section.vue

* Update Column.vue

* Update Tabs.vue

* Update Field.vue

* Update Sidebar.vue

* Update AddFieldButton.vue

* Update AddFieldButton.vue

* Update Section.vue

* Update WorkflowBuilder.vue

* Update Autocomplete.vue

* Update EditableInput.vue

* Update AttachControl.vue

* Update ButtonControl.vue

* Update CheckControl.vue

* Update CodeControl.vue

* Update DataControl.vue

* Update ImageControl.vue

* Update LinkControl.vue

* Update RatingControl.vue

* Update SelectControl.vue

* Update SignatureControl.vue

* Update TextControl.vue

* Update TextEditorControl.vue

* Update Field.vue

* Update EditableInput.vue

* Update TableControl.vue

* Update Column.vue

* fix: variable in translatable string

* fix: add context for row number label

* fix: translate labels in workflow builder

* style: formatting

---------

Co-authored-by: barredterra <14891507+barredterra@users.noreply.github.com>
Co-authored-by: Ankush Menat <ankush@frappe.io>
2024-03-18 18:41:50 +05:30
Ankush Menat
c7e5afee6a refactor: Use arr.includes(item) instead of in_list(arr, item) 2023-12-27 19:33:13 +05:30
Shariq Ansari
0cf6eacc1c fix: added delay in draggable for touch devices scrolling will not be affected 2023-11-01 14:20:26 +05:30
Shariq Ansari
0e397d6f6a fix: minor fixes 2023-10-31 11:50:56 +05:30
Shariq Ansari
f8c090ffa8 fix: load doctype model instead of using frappe.model.with_doctype 2023-10-11 15:01:26 +05:30
Shariq Ansari
670dc7b322 fix: load new doctype with one field without name 2023-07-10 16:44:50 +05:30
Shariq Ansari
3b2cfcad2c fix: ask if need to delete tab/section/column with or without children 2023-01-18 23:51:52 +05:30
Shariq Ansari
9cdd4e835d feat: duplicate field 2023-01-11 23:14:10 +05:30
Shariq Ansari
324c3e24c4 fix: replace all spaces with _ to generate fieldname 2023-01-02 10:20:16 +05:30
Shariq Ansari
76b5791b49 fix: validate before saving 2022-12-01 19:53:48 +05:30
Shariq Ansari
cf807c325b fix: do not use cur_frm in depends_on expression
cur_frm is deprecated
2022-11-30 14:35:25 +05:30
Shariq Ansari
0831babf5a fix: render rest of the fieldtypes in properties section & main form 2022-11-16 17:22:33 +05:30
Shariq Ansari
8710d64c86 fix: no need to set random fieldname while adding column 2022-11-10 23:58:34 +05:30
Shariq Ansari
63ea37a6d4 feat: move current field/column/section and the following to a new column/section/tab 2022-11-10 22:37:17 +05:30
Shariq Ansari
d7d99d4acc fix: handle cur_frm in depends_on expression 2022-11-08 13:54:44 +05:30
Shariq Ansari
8a252d237c fix: remove empty sections while loading and saving 2022-11-08 13:09:39 +05:30
Shariq Ansari
d4ba2c51e4 fix: hide/make read_only property fields based on read_only expression 2022-11-07 20:48:05 +05:30
Shariq Ansari
5c0fac7dd1 fix: use store in utils 2022-10-26 19:50:29 +05:30
Shariq Ansari
b0a807fe52 fix: skip first tab, section & column if its new without data while saving 2022-10-23 02:04:26 +05:30
Shariq Ansari
d1ef34c064 fix: no need of new_field flag 2022-10-21 03:02:36 +05:30
Shariq Ansari
29d2626690 refactor: get new docfield's default fields for all newly added fields 2022-10-21 02:54:25 +05:30
Shariq Ansari
c51d6ccbc3 fix: show fields properties in field properties section in sidebar 2022-10-18 17:40:29 +05:30
Shariq Ansari
1ba9458775 chore: code formatting 2022-10-18 11:51:49 +05:30
Shariq Ansari
5f64a2ace5 feat: Form Builder
- Form Builder Page
- Vue 3 setup
- Pinia store setup
- Reusable Tab Component
- Form Builder button on Doctype
2022-10-11 19:42:27 +05:30