`format` field for dialog should honor forced skin name.
Jérome Perrin authored
Note that we use:
request.get('your_portal_skin', request.get('field_your_portal_skin', ...)
* your_portal_skin is for the
* field_your_portal_skin is for Base_callDialogMethod, which iterates on form.get_fields, which will not return the field unless it's enabled. Maybe Base_callDialogMethod should use form.get_fields(include_disabled=1)  ?

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18441 20353a03-c40f-0410-a6d1-a30d3c3de9de
b13c0108