Make update button dependent on the sourceTarballUrl instead of the subscription type
This commit is contained in:
@@ -189,7 +189,7 @@
|
||||
<span class="badge badge-success">Update available</span>
|
||||
</a>
|
||||
</li>
|
||||
<li ng-show="appstoreConfig && !config.update.box && user.admin && (currentSubscription.plan.id === 'undecided' || currentSubscription.plan.id === 'free')">
|
||||
<li ng-show="appstoreConfig && !config.update.box && user.admin && !config.update.box.sourceTarballUrl">
|
||||
<a ng-href="" ng-click="showSubscriptionModal()" style="cursor: pointer">
|
||||
<span class="badge badge-success">FREE TRIAL</span>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user