isWebMode() depend on editable_mode so this make not possible to use same form
to view an object in web_mode using the condition object.isWebMode() on the action view in the two following cases : - editable_mode:int=1 - editable_mode:int=0 Now it's possible using a condition like object.isWebMode() or object.isEditableMode() -> this condition test web mode without caring about editable_mode reviewed by JPS git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37452 20353a03-c40f-0410-a6d1-a30d3c3de9de
Showing
Please register or sign in to comment