Commit e2b92217 authored by Sebastien Robin's avatar Sebastien Robin

use base_dialog instead of base_view_dialog


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@631 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e6d0701a
...@@ -3,6 +3,5 @@ ...@@ -3,6 +3,5 @@
# This script is only used in order to add a third button on # This script is only used in order to add a third button on
# dialog pages wich is only used for udpates # dialog pages wich is only used for udpates
dialog_method = update_method dialog_method = update_method
return context.base_view_dialog(form_id,cancel_url,dialog_method,selection_name,dialog_id) return context.base_dialog(form_id,cancel_url,dialog_method,selection_name,dialog_id)
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