author | Thierry Florac <tflorac@ulthar.net> |
Fri, 06 Aug 2021 16:21:13 +0200 | |
changeset 105 | 51bf353e296b |
parent 104 | 41550ed3309c |
child 106 | 75848827f8af |
--- a/src/pyams_workflow/zmi/transition.py Mon Jun 29 22:35:49 2020 +0200 +++ b/src/pyams_workflow/zmi/transition.py Fri Aug 06 16:21:13 2021 +0200 @@ -77,7 +77,7 @@ return info def nextURL(self): - return absolute_url(self.context, self.request, 'summary.html') + return absolute_url(self.context, self.request, 'properties.html') def get_ajax_output(self, changes): return {'status': 'reload'}