Skip to content

Commit

Permalink
feat(billing): hide renew fraquency issues (#14483)
Browse files Browse the repository at this point in the history
ref: MANAGER-16326

Signed-off-by: Jacques Larique <[email protected]>
  • Loading branch information
JacquesLarique authored Dec 13, 2024
1 parent 72d3741 commit 402ba5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,14 @@

<oui-tile-definition
term="{{:: 'manager_billing_subscription_autorenew_title' | translate }}"
data-ng-if="$ctrl.autorenewLink && !$ctrl.serviceInfos.hasParticularRenew() && !$ctrl.serviceInfos.hasPendingResiliation() && !$ctrl.serviceInfos.hasDebt() && !$ctrl.serviceInfos.isOneShot() && !$ctrl.serviceInfos.hasForcedRenew() && !$ctrl.serviceInfos.isResiliated() && $ctrl.serviceInfos.canHandleRenew() && !$ctrl.serviceInfos.hasEngagement()"
>
<oui-tile-description>
<oui-skeleton size="s" data-ng-if="$ctrl.isLoading"></oui-skeleton>

<p data-ng-if="!$ctrl.isLoading">
<span
data-ng-if="false"
data-translate="{{ :: $ctrl.serviceInfos.hasAutomaticRenew() ?
'manager_billing_subscription_autorenew_every_'+ $ctrl.serviceInfos.renew.period +'_month' :
'manager_billing_subscription_autorenew_none' }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export const COLUMNS_CONFIG = [
},
{
property: 'renewPeriod',
hidden: true,
},
{
property: 'expiration',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@
data-property="expiration"
data-type="options"
data-type-options="$ctrl.filtersOptions.expiration"
data-filterable
data-sortable
>
<span
Expand Down

0 comments on commit 402ba5c

Please sign in to comment.