antoniop
committed
on 24 Jan 23
Do not abort after the redirect, or the rest of the workflow logic after this action won't fire

Fixes xowf.create_test_items automated test… Show more
Do not abort after the redirect, or the rest of the workflow logic after this action won't fire

Fixes xowf.create_test_items automated test

Show less

openacs-4/.../theme-zen/www/index.tcl (+4 -0)
  1 ad_page_contract {
  2     Index page
  3 }
  4
1 5 ns_returnredirect accessibility
2 6
3 7 # Local variables:
4 8 #    mode: tcl
5 9 #    tcl-indent-level: 4
6 10 #    indent-tabs-mode: nil
7 11 # End: