Projet

Général

Profil

0001-misc-give-access-to-view-attributes-in-formdata-fill.patch

Frédéric Péters, 30 août 2018 17:28

Télécharger (903 octets)

Voir les différences:

Subject: [PATCH] misc: give access to view attributes in formdata fill page
 (#25971)

 wcs/forms/root.py | 1 +
 1 file changed, 1 insertion(+)
wcs/forms/root.py
174 174
    _q_exports = ['', 'tempfile', 'schema', 'tryauth',
175 175
            'auth', 'qrcode', 'autosave', 'code', 'removedraft', 'live']
176 176

  
177
    do_not_call_in_templates = True
177 178
    filling_templates = ['wcs/front/formdata_filling.html', 'wcs/formdata_filling.html']
178 179
    validation_templates = ['wcs/front/formdata_validation.html', 'wcs/formdata_validation.html']
179 180

  
180
-