diff --git a/crm/lead_syncing/doctype/lead_sync_source/lead_sync_source.json b/crm/lead_syncing/doctype/lead_sync_source/lead_sync_source.json index 5c3b1599..19c2907a 100644 --- a/crm/lead_syncing/doctype/lead_sync_source/lead_sync_source.json +++ b/crm/lead_syncing/doctype/lead_sync_source/lead_sync_source.json @@ -23,7 +23,8 @@ "fieldtype": "Select", "in_list_view": 1, "label": "Type", - "options": "Facebook" + "options": "Facebook", + "reqd": 1 }, { "fieldname": "column_break_lwcw", @@ -74,7 +75,7 @@ "grid_page_length": 50, "index_web_pages_for_search": 1, "links": [], - "modified": "2025-10-02 12:17:35.222102", + "modified": "2025-10-02 12:33:45.810895", "modified_by": "Administrator", "module": "Lead Syncing", "name": "Lead Sync Source", diff --git a/frontend/src/components/Settings/LeadSyncing/LeadSyncSourcePage.vue b/frontend/src/components/Settings/LeadSyncing/LeadSyncSourcePage.vue index 87eaad60..45bbffc2 100644 --- a/frontend/src/components/Settings/LeadSyncing/LeadSyncSourcePage.vue +++ b/frontend/src/components/Settings/LeadSyncing/LeadSyncSourcePage.vue @@ -46,6 +46,7 @@ const sources = createListResource({ provide('sources', sources) function updateStep(newStep, data) { + console.log("update step called with new step: ", newStep); step.value = newStep source.value = data } diff --git a/frontend/src/components/Settings/LeadSyncing/NewLeadSyncSource.vue b/frontend/src/components/Settings/LeadSyncing/NewLeadSyncSource.vue index 1c693e5f..0aaea058 100644 --- a/frontend/src/components/Settings/LeadSyncing/NewLeadSyncSource.vue +++ b/frontend/src/components/Settings/LeadSyncing/NewLeadSyncSource.vue @@ -8,45 +8,99 @@ {{ __('Choose the type of source you want to configure.') }}
- +