Commit graph

28 commits

Author SHA1 Message Date
barredterra
da1e8750c8 refactor: replace in_list(array, member) with array.includes(member) 2024-03-10 16:09:09 +01:00
猛火
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
RitvikSardana
89dbb42f6f fix: link field shown only for Link fieldtype 2023-11-23 13:12:16 +05:30
Shariq Ansari
c45306e923 chore: spacing 2023-10-31 12:33:22 +05:30
Shariq Ansari
afc3babbf9 refactor: remove/add tab 2023-10-30 17:43:06 +05:30
Shariq Ansari
0c8e6aa1c0 fix: removed FieldTypes from sidebar 2023-10-30 15:24:15 +05:30
Shariq Ansari
2a04a89be1 fix: changed form builder layout - sidebar is on right
Also remove double scrollbar
2023-10-30 13:28:58 +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
447d29396e style: cosmetic changes in form builder 2023-09-03 13:08:15 +05:30
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
Shariq Ansari
0866a7003e fix: single store state for all undo/redo related changes 2023-02-21 21:44:54 +05:30
Shariq Ansari
f39c6e18f6 fix: do not allow to make check field mandatory 2023-01-02 10:24:26 +05:30
Shariq Ansari
f11e7c27d7 test(UI): added more UI tests 2022-12-08 17:42:07 +05:30
Shariq Ansari
301b9f1c94 fix: use df.read_only to make field disabled 2022-12-01 14:59:31 +05:30
Shariq Ansari
dca31d068c fix: hide fetch_from field for no_value_type fields 2022-12-01 01:41:23 +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
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
Shariq Ansari
282ecf364e fix: do not render hidden property fields 2022-11-08 15:07:48 +05:30
Shariq Ansari
d7d99d4acc fix: handle cur_frm in depends_on expression 2022-11-08 13:54:44 +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
e3a67b1aa1 feat: make page read only if editing is restricted 2022-10-23 20:08:59 +05:30
Shariq Ansari
9c021be4db feat: Update Customize Form Fields
- Handle route for both Doctype Fields & Customize Form Fields
- Minor changes in Doctype Field fetch logic
- Fetch & Save Customize Form Fields
2022-10-23 01:32:55 +05:30
Shariq Ansari
b55f40924e refactor: sidebar & tab layout 2022-10-19 21:01:37 +05:30
Shariq Ansari
e6f75acd9c style: scrolling & sticky header for layout & sidebar 2022-10-18 22:18:51 +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
1247521f3c fix: removed Reusable Tab Component
Not very reusable. Setup tabs for sidebar
2022-10-18 12:00:35 +05:30