Ignore:
Timestamp:
15 Apr 2024, 08:44:18 (5 months ago)
Author:
Henrik Bettermann
Message:

Allow ImportManagers? to remove data. This precautionary measure was too restrictive.

File:
1 edited

Legend:

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

    r17658 r17736  
    2222    SessionConfigurationAddFormPage, SessionConfigurationManageFormPage,
    2323    LoginPage, CertificatePage, CertificateManageFormPage,
    24     TranscriptOfficerLandingPage)
     24    TranscriptOfficerLandingPage,
     25    DatacenterImportStep2)
    2526from waeup.kofa.university.interfaces import ICertificate
    2627from waeup.kofa.interfaces import IUniversity
     
    114115            return 'yes'
    115116        return
     117
     118class CustomDatacenterImportStep2(DatacenterImportStep2):
     119
     120    @property
     121    def show_remove_button(self):
     122        return True
Note: See TracChangeset for help on using the changeset viewer.