Skip to content

Commit

Permalink
subscription message is back (MID-7962)
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Aug 12, 2022
1 parent 6619b63 commit f2fce50
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -979,9 +979,6 @@ public String getDescribe() {
@Override
public String getObject() {
String subscriptionId = getSubscriptionId();
if (StringUtils.isEmpty(subscriptionId)) {
return "";
}
if (!WebComponentUtil.isSubscriptionIdCorrect(subscriptionId)) {
return " " + createStringResource("PageBase.nonActiveSubscriptionMessage").getString();
}
Expand Down

0 comments on commit f2fce50

Please sign in to comment.