Commit 394bb007 authored by Tatuya Kamada's avatar Tatuya Kamada

fix a bug: 'Add and Edit' FormPrintout then go back to the folder view

  


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26611 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 14fb49a5
......@@ -135,6 +135,10 @@ class FormPrintout(Implicit, Persistent, RoleManager, Item):
manage_editFormPrintout = PageTemplateFile('www/FormPrintout_manageEdit', globals(),
__name__='manage_editFormPrintout')
manage_editFormPrintout._owner = None
# alias definition to do 'add_and_edit'
security.declareProtected('View management screens', 'manage_main')
manage_main = manage_editFormPrintout
# default attributes
template = None
......
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