[fix] success_url Issue #6004
This commit is contained in:
parent
c1162796c5
commit
9a433ffca1
@ -5,6 +5,8 @@ import frappe
|
||||
def get_context(context):
|
||||
if frappe.form_dict.project:
|
||||
context.parents = [{'title': frappe.form_dict.project, 'route': '/projects?project='+ frappe.form_dict.project}]
|
||||
context.success_url = "/projects?project=" + frappe.form_dict.project
|
||||
|
||||
elif context.doc and context.doc.get('project'):
|
||||
context.parents = [{'title': context.doc.project, 'route': '/projects?project='+ context.doc.project}]
|
||||
context.parents = [{'title': context.doc.project, 'route': '/projects?project='+ context.doc.project}]
|
||||
context.success_url = "/projects?project=" + context.doc.project
|
||||
|
Loading…
x
Reference in New Issue
Block a user