@dhyasama/totem-models 8.80.0 → 8.81.0

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.
@@ -340,25 +340,6 @@ module.exports = function(mongoose, config) {
340
340
 
341
341
  }],
342
342
 
343
- // For controlling display on web pages
344
- display: {
345
-
346
- // sets the order to render fields on list, org page deal section and deal edit form
347
- // order is co-mingled with order for standard fields
348
- order: { type: Number },
349
-
350
- // colspan is for the number of columns the field should take up on the list page
351
- colspan: { type: Number, default: 1 },
352
-
353
- // showOnFilter controls whether values are extracted and used in filtering options on list page
354
- showOnFilter: { type: Boolean, default: true },
355
-
356
- // showOnList controls if the field will be on deal list page
357
- // fields are always shown on org pages and in edit forms
358
- showOnList: { type: Boolean, default: true }
359
-
360
- }
361
-
362
343
  }],
363
344
 
364
345
  reports: [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhyasama/totem-models",
3
- "version": "8.80.0",
3
+ "version": "8.81.0",
4
4
  "author": "Jason Reynolds",
5
5
  "license": "UNLICENSED",
6
6
  "description": "Models for Totem platform",