@dhyasama/totem-models 6.17.1 → 6.17.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -665,9 +665,9 @@ module.exports = function(mongoose, config) {
665
665
  type: 'Location',
666
666
  key: 'organization.contact.address',
667
667
  isStandard: true,
668
- order: standardFields.chairs.order * 10,
669
- colspan: standardFields.chairs.colspan || 1,
670
- showOnFilter: standardFields.chairs.showOnFilter === true ? true : false
668
+ order: standardFields.location.order * 10,
669
+ colspan: standardFields.location.colspan || 1,
670
+ showOnFilter: standardFields.location.showOnFilter === true ? true : false
671
671
  });
672
672
  }
673
673
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhyasama/totem-models",
3
- "version": "6.17.1",
3
+ "version": "6.17.2",
4
4
  "author": "Jason Reynolds",
5
5
  "license": "UNLICENSED",
6
6
  "description": "Models for Totem platform",