Commit graph

6 commits

Author SHA1 Message Date
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
26cf1c8acb fix: dont set fetch from if partial 2024-03-07 18:43:42 +05:30
Shariq Ansari
5a06a93254 fix: enclose FetchFormControl in a div 2023-10-17 16:50:14 +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
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