Projet

Général

Profil

0001-admin-highlight-correct-section-when-editing-workflo.patch

Frédéric Péters, 13 janvier 2016 12:27

Télécharger (874 octets)

Voir les différences:

Subject: [PATCH] admin: highlight correct section when editing workflow
 variables (#9626)

 wcs/admin/workflows.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
wcs/admin/workflows.py
833 833
class WorkflowVariablesFieldsDirectory(FieldsDirectory):
834 834
    _q_exports = ['', 'update_order', 'new']
835 835

  
836
    section = 'settings'
836
    section = 'workflows'
837 837
    field_def_page_class = WorkflowVariablesFieldDefPage
838 838
    support_import = False
839 839
    blacklisted_types = ['page']
840
-