@dhyasama/totem-models 10.0.5 → 10.2.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/LimitedPartner.js +1 -1
- package/package.json +1 -1
package/lib/LimitedPartner.js
CHANGED
|
@@ -828,7 +828,7 @@ module.exports = function(mongoose, config) {
|
|
|
828
828
|
|
|
829
829
|
// temp for migrating off the plugin
|
|
830
830
|
const getReadFilterKeys = function(role) {
|
|
831
|
-
if (role === 'admin' || role === 'lp-full') return ['name', 'shortName', 'customer', 'start', 'people', 'documentSlugs', 'transactions', 'contact', 'entered', 'status', 'flagged', 'flags', 'notes, details', 'documents'];
|
|
831
|
+
if (role === 'admin' || role === 'lp-full') return ['name', 'shortName', 'customer', 'start', 'people', 'documentSlugs', 'transactions', 'contact', 'entered', 'status', 'flagged', 'flags', 'notes', 'details', 'documents', 'customFields'];
|
|
832
832
|
else return [];
|
|
833
833
|
}
|
|
834
834
|
|