Ignore:
Timestamp:
5 May 2015, 04:37:21 (10 years ago)
Author:
Henrik Bettermann
Message:

We don't need to edit next_matric_integer in the base package.

Adjust interface.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/pages.py

    r12901 r12902  
    782782        _('Add session configuration'),
    783783        _('Remove selected')]
     784    # We don't need to edit next_matric_integer in the base package.
    784785    form_fields = grok.AutoFields(IConfigurationContainer).omit(
    785         'frontpage_dict')
     786        'frontpage_dict', 'next_matric_integer')
    786787
    787788    @action(_('Save'), style='primary')
Note: See TracChangeset for help on using the changeset viewer.