mahsem
c0b65e5a5a
fix: form_control_translation
2024-12-24 19:50:40 +01:00
Corentin Forler
9024441ee9
fix(Form Builder): Fix Code control not updating ( #27422 )
2024-10-09 10:19:58 +00:00
GOPIKRISHNAN
1ba9e64b55
fix: Fetch From, Need to Select Twice to Set Doctype ( #27071 )
...
* Fixed - Fetch From, Need to Select Twice to Set Doctype
By explicitly checking if (value), we ensure that doctype.value and fieldname.value are only updated when value is valid. This helps maintain a consistent state and prevents potential issues that could arise from attempting to destructure a null or undefined value
* pre-commit run to format code
2024-07-11 09:55:07 +00:00
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
26cf1c8acb
fix: dont set fetch from if partial
2024-03-07 18:43:42 +05:30
Shariq Ansari
4fecf0c07b
fix: create custom doctype from customize form
2024-01-24 23:56:16 +05:30
Shariq Ansari
14f1850532
fix: changed external icon & minor changes
2024-01-24 23:56:16 +05:30
RitvikSardana
35a8a64879
fix: prefill doctype dialog with 'Is Child Table'
2024-01-24 23:56:07 +05:30
RitvikSardana
34ff893f14
fix(dx): one click to edit doctype or create a new doctype
2024-01-24 23:56:07 +05:30
Suraj Shetty
b4bc871aab
style: Auto format vue file with prettier
...
- Ran pre-commit run --all-files
2023-11-13 11:26:00 +05:30
Shariq Ansari
4d6bc58a59
revert: code control loosing focus when edit (for now reverting need better fix)
2023-11-08 13:31:25 +05:30
Shariq Ansari
ea023888a3
fix: some field properties shown in multiple fields on select of same type of fields
2023-10-17 17:51:45 +05:30
Shariq Ansari
5a06a93254
fix: enclose FetchFormControl in a div
2023-10-17 16:50:14 +05:30
Shariq Ansari
798e3781bf
fix: fieldname is editable in customize form it should be read_only
2023-10-17 16:06:25 +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
447d29396e
style: cosmetic changes in form builder
2023-09-03 13:08:15 +05:30
Corentin Flr
c87a6e8ff0
fix(Form Builder): Handle sort_options in Select
2023-07-25 14:58:43 +02:00
Corentin Flr
766e0b056b
fix(Form Builder): Fix label text font size
2023-07-25 14:58:43 +02:00
Shariq Ansari
95167a19df
fix: remove store from each control
2023-07-22 13:07:50 +05:30
Shariq Ansari
c58f4e152c
fix: separate fetch from field code from text control
2023-07-22 12:53:45 +05:30
Sabu Siyad
9cdebcfca7
fix: typo: form builder: Fetch Form -> Fetch From ( #21635 )
...
[skip ci]
2023-07-11 15:24:27 +05:30
Suraj Shetty
171b616e57
fix: Props should be constant as it is a read-only variable
2023-06-26 09:14:17 +05:30
Shariq Ansari
0866a7003e
fix: single store state for all undo/redo related changes
2023-02-21 21:44:54 +05:30
Shariq Ansari
e9ac718199
fix: cannot focus on disabled input field in firefox
...
made it readonly
2023-01-12 21:56:52 +05:30
Shariq Ansari
97fc172bb9
fix: small text & long text height issue
2023-01-04 19:19:18 +05:30
Shariq Ansari
f11e7c27d7
test(UI): added more UI tests
2022-12-08 17:42:07 +05:30
Shariq Ansari
56e02a899e
fix: support dark mode
2022-12-07 22:28:02 +05:30
Shariq Ansari
2e9dcc5912
revert: cannot drag alert on dragging standard fields
...
not working as expected
2022-12-01 15:55:29 +05:30
Shariq Ansari
301b9f1c94
fix: use df.read_only to make field disabled
2022-12-01 14:59:31 +05:30
Shariq Ansari
82ad3fa73d
fix: dynamically get fetch_form doctype & fieldnames as select field
2022-12-01 02:17:59 +05:30
Shariq Ansari
fa5bd803fb
chore: rearranged code
2022-12-01 01:43:03 +05:30
Shariq Ansari
4a35b01484
fix: reset link field filters
2022-11-30 13:48:28 +05:30
Shariq Ansari
91092ffd4b
feat: make options field as link field for Table & Link type fields
2022-11-30 12:51:51 +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
33cc834507
fix: added/updated Data,Check,Select & Small Text Control Components
2022-11-13 23:29:10 +05:30
Shariq Ansari
1c4f60ecd1
feat: separate component for each fieldtypes used in properties & main form
...
Worked on Data & Check Component. Components are created for each fieldtypes but each is still rendering Data Components template
2022-11-13 01:43:50 +05:30