seitime-frappe/frappe/public/js/form_builder
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
..
components fix: Fetch From, Need to Select Twice to Set Doctype (#27071) 2024-07-11 09:55:07 +00:00
form_builder.bundle.js fix: make form dirty if doctype form/customize form/form builder is dirty 2023-07-12 13:03:07 +05:30
FormBuilder.vue fix: add dedeicated add field button at each column 2023-11-02 15:35:29 +05:30
globals.js fix: separate fetch from field code from text control 2023-07-22 12:53:45 +05:30
store.js fix: redirect and open new doctype dialog if route to /doctype/new 2024-02-03 12:35:09 +05:30
utils.js fix: Translate form and workflow builder (#25482) 2024-03-18 18:41:50 +05:30