[midPoint-git] [Evolveum/midpoint] b0f823: Fix subscription management terminology
mederly
noreply at github.com
Wed Jan 24 12:14:20 CET 2024
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: b0f823f63806059039f6f7aebdbf1eeb990be3c3
https://github.com/Evolveum/midpoint/commit/b0f823f63806059039f6f7aebdbf1eeb990be3c3
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2024-01-24 (Wed, 24 Jan 2024)
Changed paths:
M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/api/page/PageAdminLTE.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/api/util/WebComponentUtil.java
M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/subscription/Subscription.java
M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/subscription/SubscriptionPolicies.java
M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/subscription/SubscriptionState.java
M repo/repo-common/src/main/java/com/evolveum/midpoint/repo/common/subscription/SubscriptionUtil.java
Log Message:
-----------
Fix subscription management terminology
The "valid" term was too confusing.
- The subscription ID itself is now either well-formed,
malformed or none.
- The subscription state is now active (either fully active
or in the grace period), expired, or with subscription ID
malformed/none.
More information about the midPoint-svn
mailing list