Merge pull request #184 from sumaiya2908/event-management
fix: redirections
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
frappe.ready(function () {
|
frappe.ready(function () {
|
||||||
frappe.web_form.after_save = () => {
|
frappe.web_form.after_save = () => {
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
window.location.href = '/event/conference2021/about';
|
window.location.href = '/about';
|
||||||
}, 2000);
|
}, 2000);
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
@@ -26,13 +26,13 @@
|
|||||||
"owner": "Administrator",
|
"owner": "Administrator",
|
||||||
"payment_button_label": "Buy Now",
|
"payment_button_label": "Buy Now",
|
||||||
"published": 1,
|
"published": 1,
|
||||||
"route": "event/conference2021/attendee-registration",
|
"route": "/attendee-registration",
|
||||||
"route_to_success_link": 1,
|
"route_to_success_link": 1,
|
||||||
"show_attachments": 0,
|
"show_attachments": 0,
|
||||||
"show_in_grid": 0,
|
"show_in_grid": 0,
|
||||||
"show_sidebar": 0,
|
"show_sidebar": 0,
|
||||||
"sidebar_items": [],
|
"sidebar_items": [],
|
||||||
"success_url": "/event/conference2021/about",
|
"success_url": "/about",
|
||||||
"title": "Attendee Registration",
|
"title": "Attendee Registration",
|
||||||
"web_form_fields": [
|
"web_form_fields": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
frappe.ready(function () {
|
frappe.ready(function () {
|
||||||
frappe.web_form.after_save = () => {
|
frappe.web_form.after_save = () => {
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
window.location.href = '/event/conference2021/about';
|
window.location.href = '/about';
|
||||||
}, 2000);
|
}, 2000);
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
frappe.ready(function () {
|
frappe.ready(function () {
|
||||||
frappe.web_form.after_save = () => {
|
frappe.web_form.after_save = () => {
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
window.location.href = '/event/conference2021/about';
|
window.location.href = '/about';
|
||||||
}, 2000);
|
}, 2000);
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
Reference in New Issue
Block a user