mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-25 10:44:30 +01:00
redirecting to the edit page once submit modify
This commit is contained in:
parent
5f9758832f
commit
314e0fc02b
@ -590,6 +590,8 @@ class LdapCherry(object):
|
||||
if cherrypy.request.method.upper() == 'POST':
|
||||
notification = "<script type=\"text/javascript\">$.notify('User Modify')</script>"
|
||||
self._modify(params)
|
||||
referer = cherrypy.request.headers['Referer']
|
||||
raise cherrypy.HTTPRedirect(referer)
|
||||
else:
|
||||
notification = ''
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user