@dhyasama/totem-models 6.11.10 → 6.11.11

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.
package/.npmignore ADDED
@@ -0,0 +1,14 @@
1
+ lib-cov
2
+ *.seed
3
+ *.log
4
+ *.csv
5
+ *.dat
6
+ *.out
7
+ *.pid
8
+ *.gz
9
+
10
+ npm-debug.log
11
+ node_modules
12
+
13
+ .DS_Store
14
+ .idea
@@ -595,9 +595,9 @@ module.exports = function(mongoose, config) {
595
595
  type: 'Reference',
596
596
  key: 'source.person',
597
597
  isStandard: true,
598
- order: standardFields.sourceName.order * 10,
599
- colspan: standardFields.sourceName.colspan || 1,
600
- showOnFilter: standardFields.sourceName.showOnFilter === true ? true : false
598
+ order: standardFields.sourcePerson.order * 10,
599
+ colspan: standardFields.sourcePerson.colspan || 1,
600
+ showOnFilter: standardFields.sourcePerson.showOnFilter === true ? true : false
601
601
  });
602
602
  }
603
603