Skip to content
Code-Schnipsel Gruppen Projekte
Commit 99f71df9 erstellt von Patrick Müller's avatar Patrick Müller
Dateien durchsuchen

refactor: Ende der Mitgliedschaft bei Kündigung anzeigen

Übergeordneter 8ba1be8a
No related branches found
No related tags found
Keine zugehörigen Merge Requests gefunden
......@@ -170,10 +170,12 @@ define('package/quiqqer/memberships/bin/controls/profile/UserProfile', [
continue;
}
// if autoextend hide endDate
StatusElm.getElement(
'.quiqqer-memberships-profile-userprofile-table-status-enddate'
).addClass('quiqqer-memberships-profile-userprofile-table__hidden');
// if autoextend and not cancelled -> hide endDate
if (!Membership.cancelled) {
StatusElm.getElement(
'.quiqqer-memberships-profile-userprofile-table-status-enddate'
).addClass('quiqqer-memberships-profile-userprofile-table__hidden');
}
if (status === 'active') {
// cancel btn
......
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren