1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00

Implement more re-branding updates

This commit is contained in:
HarveyKandola 2021-11-15 14:52:29 -05:00
parent 8976bf817b
commit 8fa5569ae5
7 changed files with 12 additions and 12 deletions

View file

@ -113,7 +113,7 @@ export default Service.extend({
let isNewEnterprise = miscUtil.isNewVersion(rv, ev, true);
if (re === 'Community' && isNewCommunity) self.set('updateAvailable', true);
if (re === 'Enterprise' && isNewEnterprise) self.set('updateAvailable', true);
if (re === 'Community+' && isNewEnterprise) self.set('updateAvailable', true);
});
return response;