mirror of
https://github.com/zitadel/zitadel.git
synced 2025-02-25 18:55:27 -06:00
fix: subscription (#1918)
* fix: disable button until redirect is ready * fix: hide unnecessary button * fix: format audit log retention * fix: enable descriptions to be empty * fix: enable descriptions to be empty
This commit is contained in:
@@ -80,7 +80,7 @@ func (wm *OrgFeaturesWriteModel) NewSetEvent(
|
||||
if tierName != "" && wm.TierName != tierName {
|
||||
changes = append(changes, features.ChangeTierName(tierName))
|
||||
}
|
||||
if tierDescription != "" && wm.TierDescription != tierDescription {
|
||||
if wm.TierDescription != tierDescription {
|
||||
changes = append(changes, features.ChangeTierDescription(tierDescription))
|
||||
}
|
||||
if wm.State != state {
|
||||
|
||||
Reference in New Issue
Block a user