Hotfix/oct 24 fixes (#9261)

* Removed max height from text section

* Added items to mystery sets

* Group manager fixes

* Fixed promo code apply
This commit is contained in:
Keith Holliday
2017-10-24 17:41:36 -05:00
committed by Sabe Jones
parent b445bc8261
commit 6bc70ca471
7 changed files with 21 additions and 11 deletions

View File

@@ -1287,7 +1287,7 @@ api.getGroupPlans = {
.find({
_id: {$in: userGroups},
})
.select('leaderOnly leader purchased name')
.select('leaderOnly leader purchased name managers')
.exec();
let groupPlans = groups.filter(group => {