@dhyasama/totem-models 6.11.11 → 6.11.13

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.
@@ -591,7 +591,7 @@ module.exports = function(mongoose, config) {
591
591
 
592
592
  if (standardFields.sourcePerson.showOnList) {
593
593
  result.push({
594
- name: 'Source Person',
594
+ name: 'Source',
595
595
  type: 'Reference',
596
596
  key: 'source.person',
597
597
  isStandard: true,
@@ -615,13 +615,13 @@ module.exports = function(mongoose, config) {
615
615
 
616
616
  if (standardFields.referrerPerson.showOnList) {
617
617
  result.push({
618
- name: 'Referrer Person',
618
+ name: 'Referrer',
619
619
  type: 'Reference',
620
620
  key: 'referrer.person',
621
621
  isStandard: true,
622
- order: standardFields.referrerName.order * 10,
623
- colspan: standardFields.referrerName.colspan || 1,
624
- showOnFilter: standardFields.referrerName.showOnFilter === true ? true : false
622
+ order: standardFields.referrerPerson.order * 10,
623
+ colspan: standardFields.referrerPerson.colspan || 1,
624
+ showOnFilter: standardFields.referrerPerson.showOnFilter === true ? true : false
625
625
  });
626
626
  }
627
627
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhyasama/totem-models",
3
- "version": "6.11.11",
3
+ "version": "6.11.13",
4
4
  "author": "Jason Reynolds",
5
5
  "license": "UNLICENSED",
6
6
  "description": "Models for Totem platform",
package/.npmignore DELETED
@@ -1,14 +0,0 @@
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