Commit 227cf785 authored by Jérome Perrin's avatar Jérome Perrin

run_my_doc: rename TestPageModule_viewChapterCreationWizard

parent a6ff5d81
......@@ -46,5 +46,5 @@ listbox.append(newTempBase(context.getPortalObject(),
))
session['listbox'] = listbox
return context.Base_redirect('TestPageModule_viewChapterCreationWizard',
return context.Base_redirect('TestPageModule_viewChapterCreationWizardDialog',
keep_items = dict(portal_status_message=portal_status_message))
......@@ -32,5 +32,5 @@ session['listbox'] = [newTempBase(context.getPortalObject(), '',
tested = False
)]
return context.Base_redirect('TestPageModule_viewChapterCreationWizard',
return context.Base_redirect('TestPageModule_viewChapterCreationWizardDialog',
keep_items = dict(portal_status_message=portal_status_message))
......@@ -120,7 +120,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>TestPageModule_viewChapterCreationWizard</string> </value>
<value> <string>TestPageModule_viewChapterCreationWizardDialog</string> </value>
</item>
<item>
<key> <string>method</string> </key>
......@@ -128,7 +128,7 @@
</item>
<item>
<key> <string>name</string> </key>
<value> <string>TestPageModule_viewChapterCreationWizard</string> </value>
<value> <string>TestPageModule_viewChapterCreationWizardDialog</string> </value>
</item>
<item>
<key> <string>pt</string> </key>
......
......@@ -75,7 +75,7 @@
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string>TestPageModule_viewChapterCreationWizard</string> </value>
<value> <string>TestPageModule_viewChapterCreationWizardDialog</string> </value>
</item>
<item>
<key> <string>target</string> </key>
......
......@@ -75,7 +75,7 @@
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string>TestPageModule_viewChapterCreationWizard</string> </value>
<value> <string>TestPageModule_viewChapterCreationWizardDialog</string> </value>
</item>
<item>
<key> <string>target</string> </key>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment