# HG changeset patch # User Thierry Florac # Date 1628259673 -7200 # Node ID 51bf353e296b9f67d083efb074f8b8c2ad6d35b1 # Parent 41550ed3309c7be0469ca4c0ff780f08e718bc8f Updated target URL after workflow transition diff -r 41550ed3309c -r 51bf353e296b src/pyams_workflow/zmi/transition.py --- 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'}