@dhyasama/totem-models 8.54.0 → 8.54.1
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/LimitedPartner.js +4 -4
- package/package.json +1 -1
package/lib/LimitedPartner.js
CHANGED
|
@@ -757,13 +757,13 @@ module.exports = function(mongoose, config) {
|
|
|
757
757
|
|
|
758
758
|
LimitedPartner.plugin(filter, {
|
|
759
759
|
'readFilter': {
|
|
760
|
-
'admin': ['name', 'shortName', 'customer', 'start', 'people', 'documentSlugs', 'transactions', 'contact', 'entered', 'status', 'flagged', 'flags', 'notes'],
|
|
761
|
-
'lp-full': ['name', 'shortName', 'customer', 'start', 'people', 'documentSlugs', 'transactions', 'contact', 'entered', 'status', 'flagged', 'flags', 'notes'],
|
|
760
|
+
'admin': ['name', 'shortName', 'customer', 'start', 'people', 'documentSlugs', 'transactions', 'contact', 'entered', 'status', 'flagged', 'flags', 'notes, details'],
|
|
761
|
+
'lp-full': ['name', 'shortName', 'customer', 'start', 'people', 'documentSlugs', 'transactions', 'contact', 'entered', 'status', 'flagged', 'flags', 'notes, details'],
|
|
762
762
|
'none': []
|
|
763
763
|
},
|
|
764
764
|
'writeFilter': {
|
|
765
|
-
'admin': ['name', 'shortName', 'customer', 'start', 'people', 'documentSlugs', 'transactions', 'contact', 'entered', 'status', 'flagged', 'flags', 'notes'],
|
|
766
|
-
'lp-full': ['name', 'shortName', 'customer', 'start', 'people', 'documentSlugs', 'transactions', 'contact', 'entered', 'status', 'flagged', 'flags', 'notes'],
|
|
765
|
+
'admin': ['name', 'shortName', 'customer', 'start', 'people', 'documentSlugs', 'transactions', 'contact', 'entered', 'status', 'flagged', 'flags', 'notes', 'details'],
|
|
766
|
+
'lp-full': ['name', 'shortName', 'customer', 'start', 'people', 'documentSlugs', 'transactions', 'contact', 'entered', 'status', 'flagged', 'flags', 'notes', 'details'],
|
|
767
767
|
'none': []
|
|
768
768
|
},
|
|
769
769
|
'defaultFilterRole': 'none',
|