fix: doctypes and templates

This commit is contained in:
pateljannat
2021-08-20 17:35:13 +05:30
parent b83a10c282
commit e2cb003935
29 changed files with 296 additions and 702 deletions

View File

@@ -1,7 +1,7 @@
frappe.ready(function () {
frappe.web_form.after_save = () => {
setTimeout(function () {
window.location.href = '/event/conference2021/about';
}, 2000);
}
})
frappe.web_form.after_save = () => {
setTimeout(function () {
window.location.href = '/event/conference2021/about';
}, 2000);
}
})

View File

@@ -19,7 +19,7 @@
"is_standard": 1,
"login_required": 1,
"max_attachment_size": 0,
"modified": "2021-08-20 15:25:57.712882",
"modified": "2021-08-20 17:01:45.096818",
"modified_by": "Administrator",
"module": "Event Management",
"name": "exhibitor-registration",
@@ -32,7 +32,7 @@
"show_in_grid": 0,
"show_sidebar": 0,
"sidebar_items": [],
"success_url": "/exhibitor-registration",
"success_url": "",
"title": "Exhibitor Registration",
"web_form_fields": [
{
@@ -44,7 +44,7 @@
"max_length": 0,
"max_value": 0,
"options": "User",
"read_only": 0,
"read_only": 1,
"reqd": 0,
"show_in_filter": 0
},
@@ -56,7 +56,7 @@
"label": "Full Name",
"max_length": 0,
"max_value": 0,
"read_only": 0,
"read_only": 1,
"reqd": 0,
"show_in_filter": 0
},
@@ -72,18 +72,6 @@
"reqd": 0,
"show_in_filter": 0
},
{
"allow_read_on_all_link_options": 0,
"fieldname": "logo",
"fieldtype": "Attach Image",
"hidden": 0,
"label": "Logo",
"max_length": 0,
"max_value": 0,
"read_only": 0,
"reqd": 0,
"show_in_filter": 0
},
{
"allow_read_on_all_link_options": 0,
"fieldname": "description",