@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.
- package/lib/Organization.js +0 -19
- package/package.json +1 -1
package/lib/Organization.js
CHANGED
|
@@ -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: [{
|