seitime-frappe/frappe/public/js/form_builder/components/controls
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
..
AttachControl.vue fix: Props should be constant as it is a read-only variable 2023-06-26 09:14:17 +05:30
ButtonControl.vue style: Auto format vue file with prettier 2023-11-13 11:26:00 +05:30
CheckControl.vue fix: Translate form and workflow builder (#25482) 2024-03-18 18:41:50 +05:30
CodeControl.vue revert: code control loosing focus when edit (for now reverting need better fix) 2023-11-08 13:31:25 +05:30
DataControl.vue fix: Translate form and workflow builder (#25482) 2024-03-18 18:41:50 +05:30
FetchFromControl.vue fix: Fetch From, Need to Select Twice to Set Doctype (#27071) 2024-07-11 09:55:07 +00:00
GeolocationControl.vue fix: some field properties shown in multiple fields on select of same type of fields 2023-10-17 17:51:45 +05:30
ImageControl.vue fix: Props should be constant as it is a read-only variable 2023-06-26 09:14:17 +05:30
LinkControl.vue fix: some field properties shown in multiple fields on select of same type of fields 2023-10-17 17:51:45 +05:30
RatingControl.vue fix: some field properties shown in multiple fields on select of same type of fields 2023-10-17 17:51:45 +05:30
SelectControl.vue style: Auto format vue file with prettier 2023-11-13 11:26:00 +05:30
SignatureControl.vue fix: Props should be constant as it is a read-only variable 2023-06-26 09:14:17 +05:30
TableControl.vue fix: Translate form and workflow builder (#25482) 2024-03-18 18:41:50 +05:30
TextControl.vue fix: Translate form and workflow builder (#25482) 2024-03-18 18:41:50 +05:30
TextEditorControl.vue fix: some field properties shown in multiple fields on select of same type of fields 2023-10-17 17:51:45 +05:30