Projet

Général

Profil

0001-formdef-don-t-lost-confirmation-attribute-when-expor.patch

Frédéric Péters, 24 novembre 2016 15:35

Télécharger (943 octets)

Voir les différences:

Subject: [PATCH] formdef: don't lost "confirmation" attribute when
 exporting/importing (#14072)

 wcs/formdef.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
wcs/formdef.py
100 100
            'publication_date', 'expiration_date',
101 101
            'disabled_redirection',]
102 102
    BOOLEAN_ATTRIBUTES = ['discussion', 'detailed_emails', 'disabled',
103
            'only_allow_one', 'enable_tracking_codes',
103
            'only_allow_one', 'enable_tracking_codes', 'confirmation',
104 104
            'always_advertise', 'private_status_and_history',
105 105
            'has_captcha', 'skip_from_360_view']
106 106

  
107
-