Commit graph

203 commits

Author SHA1 Message Date
KerollesFathy
51ae9c8536 refactor: show description only when fieldtype is Select 2025-12-30 17:09:48 +00:00
KerollesFathy
642dbe0a5a refactor: chanage fieldtype to Link when fieldtype Table MultiSelect 2025-12-30 17:09:48 +00:00
KerollesFathy
4756de696d style: run pre-commit 2025-12-30 17:09:48 +00:00
Kerolles Fathy
455c313309 refactor: change options to list
Co-authored-by: Abdeali Chharchhodawala <99460106+Abdeali099@users.noreply.github.com>
2025-12-30 17:04:33 +00:00
KerollesFathy
399a15160d feat(dx): Change options fieldtype to Select when selected fieldtype is Data
with pre-defined options "Email, Name, Phone ,URL ,Barcode, IBAN"
Closes: #35305
2025-12-30 17:04:33 +00:00
sokumon
dd2dc053ca chore: more renames to /desk 2025-12-18 20:45:04 +05:30
Ejaaz Khan
f8408b3cc7 fix: formbuilder focused input bg color 2025-12-11 11:31:47 +05:30
avc
fc03a8b3f8
Merge branch 'frappe:develop' into tabs_on_grid_row_form 2025-12-09 00:00:45 +01:00
Akhil Narang
632e65e6d9
fix: don't add 5th element to filter array
It wasn't used, and now causes an error if passed to query builder

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-12-08 18:34:53 +05:30
Pugazhendhi Velu
e6ebd6ec15 feat: add color property to button field 2025-12-04 16:59:33 +00:00
git-avc
3d4e2e99ee feat: let's use tabs on grid row form 2025-11-29 19:15:05 +01:00
Ejaaz Khan
e7b9e0ccbe
Merge pull request #34623 from Abdeali099/fix-link-filter-ui
fix: Fix Link filter UI
2025-11-20 12:29:15 +05:30
Alexandre Perebaskine
60bd1f3bcd
fix: Emit updated checkbox value as integer instead of boolean (#34657) 2025-11-12 16:56:13 +01:00
Abdeali Chharchhoda
6c44143ea9 fix: enhance button styling for filter applied state in dark theme 2025-11-05 19:14:12 +05:30
Abdeali Chharchhoda
3dc66b47cf fix: validate DocType selection before setting filters for Link 2025-11-05 19:08:20 +05:30
Raffael Meyer
2558a7b0bf
feat(Form Builder): show default value for "Select" and "Check" fields (#34050) 2025-09-26 13:22:43 +02:00
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
Ankush Menat
d758f0c3f5
fix: hide tab button on child table (#26148) 2024-04-24 14:12:28 +00:00
Fisher Yu
ea61af2ceb
[fix] Add missing translate function call (#25747)
* Update Properties.vue

* Update store.js

* Update Section.vue

* Update list_settings.js

* Update grid_row.js

* Update list_settings.js

* chore: add in missing context for some strings

Co-authored-by: Corentin Flr <10946971+cogk@users.noreply.github.com>

* chore: formatting and lint fixes

Signed-off-by: Akhil Narang <me@akhilnarang.dev>

---------

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
Co-authored-by: Akhil Narang <me@akhilnarang.dev>
Co-authored-by: Corentin Flr <10946971+cogk@users.noreply.github.com>
2024-04-12 14:39:02 +05:30
RitvikSardana
33cb3775cb Merge branch 'develop' of https://github.com/frappe/frappe into develop-ritvik-filter-eval-support 2024-03-21 12:29:28 +05:30
Ankush Menat
cc2c39d583
fix: avoid translating layout field labels (#25548)
- section
- tabs

Resolves https://github.com/frappe/frappe/pull/25482#discussion_r1530827772
2024-03-19 18:01:39 +00:00
RitvikSardana
f1c4f88843 fix: eval support for child table 2024-03-19 12:02:17 +05:30
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
RitvikSardana
e152fa579d feat: add eval support for link field filters 2024-03-14 23:15:46 +05:30
barredterra
da1e8750c8 refactor: replace in_list(array, member) with array.includes(member) 2024-03-10 16:09:09 +01:00
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
cdfd1edf9d fix: improve new doctype dialog api 2024-01-24 23:56:08 +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
猛火
854cebd5b1
fix: Solve the problem that the document editor will report an error when the type name includes multiple spaces (#23940) 2023-12-26 14:34:48 +05:30
Corentin Flr
6f36c0fa0b
fix(form_builder): Use locale-aware sorting and search for fieldtypes (#23454)
* fix(form_builder): Use locale-aware string sort and search for DocFields

* fix(form_builder): Fix CSS cursor for DocField autocomplete
2023-12-01 21:39:52 +05:30
Shariq Ansari
8c4f2829c8
Merge pull request #23479 from shariquerik/add-section-below 2023-11-28 19:35:09 +05:30
Shariq Ansari
7602174871 fix: add section below 2023-11-27 15:21:13 +05:30
RitvikSardana
71201675ba fix: add back if condition 2023-11-23 13:33:15 +05:30
RitvikSardana
89dbb42f6f fix: link field shown only for Link fieldtype 2023-11-23 13:12:16 +05:30
RitvikSardana
0c4245634f
feat: Apply Filters to Link Fields Via Form Builder (#22844)
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2023-11-15 11:34:19 +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
98f357cbb1 chore: handle dark mode 2023-11-08 13:50:47 +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
5e07df7af4 fix: removed unsed code from Column.vue 2023-11-08 12:13:10 +05:30
Shariq Ansari
3efbc30222 fix: added all options to add/remove section/column in section header 2023-11-08 11:55:38 +05:30
Shariq Ansari
88113b6c08 fix: added Dropdown component 2023-11-08 11:54:35 +05:30
Shariq Ansari
aa55ccf88f fix: always show section header 2023-11-07 19:32:15 +05:30
Shariq Ansari
c648d3424b
Merge pull request #23072 from bosue/form_builder_switch_icons
fix(UX): Switch 'Duplicate' and 'Move' buttons on Form Builder.
2023-11-02 18:20:05 +05:30
Bernd Oliver Sünderhauf
ba1544c49d fix(UX): Switch 'Duplicate' and 'Move' buttons on Form Builder. 2023-11-02 13:26:17 +01:00
Shariq Ansari
198ac226c5 fix: add dedeicated add field button at each column 2023-11-02 15:35:29 +05:30