diff --git a/community/event_management/doctype/speaker_registration/speaker_registration.py b/community/event_management/doctype/speaker_registration/speaker_registration.py index 20a1bc8c..a5adf0eb 100644 --- a/community/event_management/doctype/speaker_registration/speaker_registration.py +++ b/community/event_management/doctype/speaker_registration/speaker_registration.py @@ -7,5 +7,4 @@ from frappe.model.document import Document class SpeakerRegistration(Document): def on_update(self): - abc = frappe.get_doc("Speaker Registration", 'SPEAKER-REGIS0001') - print(type(abc)) + pass diff --git a/community/event_management/web_form/speaker_registration/speaker_registration.json b/community/event_management/web_form/speaker_registration/speaker_registration.json index f9977257..c4724118 100644 --- a/community/event_management/web_form/speaker_registration/speaker_registration.json +++ b/community/event_management/web_form/speaker_registration/speaker_registration.json @@ -18,7 +18,7 @@ "is_standard": 1, "login_required": 1, "max_attachment_size": 0, - "modified": "2021-08-17 11:51:11.852518", + "modified": "2021-08-18 14:54:32.498739", "modified_by": "Administrator", "module": "Event Management", "name": "speaker-registration", @@ -26,12 +26,12 @@ "payment_button_label": "Buy Now", "published": 1, "route": "event/conference2021/speaker-registration", - "route_to_success_link": 0, + "route_to_success_link": 1, "show_attachments": 0, "show_in_grid": 0, "show_sidebar": 0, "sidebar_items": [], - "success_url": "/speaker-registration", + "success_url": "/event/conference2021/about", "title": "Speaker Registration", "web_form_fields": [ { diff --git a/community/event_management/workspace/event/event.json b/community/event_management/workspace/event/event.json new file mode 100644 index 00000000..a527b7c8 --- /dev/null +++ b/community/event_management/workspace/event/event.json @@ -0,0 +1,24 @@ +{ + "category": "Modules", + "charts": [], + "creation": "2021-08-18 14:34:20.684507", + "developer_mode_only": 0, + "disable_user_customization": 0, + "docstatus": 0, + "doctype": "Workspace", + "extends_another_page": 1, + "hide_custom": 0, + "idx": 0, + "is_default": 1, + "is_standard": 1, + "label": "Event", + "links": [], + "modified": "2021-08-18 14:35:28.916629", + "modified_by": "Administrator", + "module": "Event Management", + "name": "Event", + "owner": "Administrator", + "pin_to_bottom": 0, + "pin_to_top": 0, + "shortcuts": [] +} \ No newline at end of file