@plusscommunities/pluss-maintenance-web-forms 1.1.35-beta.2 → 1.2.4-beta.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/dist/index.cjs.js +4524 -6281
- package/dist/index.esm.js +4681 -6426
- package/dist/index.umd.js +4529 -6276
- package/package.json +54 -54
- package/src/feature.config.js +0 -1
- package/src/screens/AddJob.js +1126 -970
- package/src/screens/Job.js +1521 -1261
- package/src/values.config.default.js +0 -6
- package/src/values.config.forms.js +0 -6
- package/src/values.config.js +0 -6
|
@@ -70,12 +70,6 @@ const values = {
|
|
|
70
70
|
helpGuideURL: '',
|
|
71
71
|
stringConfigJobStatus: 'maintenanceJobStatus',
|
|
72
72
|
stringConfigHideSeen: 'maintenanceDisableSeen',
|
|
73
|
-
// Comment subscription notification preference
|
|
74
|
-
notificationPreference: {
|
|
75
|
-
key: 'maintenancerequestComments',
|
|
76
|
-
label: 'Maintenance comments',
|
|
77
|
-
permission: 'maintenanceTracking',
|
|
78
|
-
},
|
|
79
73
|
};
|
|
80
74
|
|
|
81
75
|
export { values };
|
|
@@ -69,12 +69,6 @@ const values = {
|
|
|
69
69
|
helpGuideURL: 'https://www.plusscommunities.com/forms-feature',
|
|
70
70
|
stringConfigJobStatus: 'maintenanceJobStatusForms',
|
|
71
71
|
stringConfigHideSeen: 'maintenanceDisableSeenForms',
|
|
72
|
-
// Comment subscription notification preference
|
|
73
|
-
notificationPreference: {
|
|
74
|
-
key: 'maintenancerequestFormsComments',
|
|
75
|
-
label: 'Forms comments',
|
|
76
|
-
permission: 'maintenanceTrackingForms',
|
|
77
|
-
},
|
|
78
72
|
};
|
|
79
73
|
|
|
80
74
|
export { values };
|
package/src/values.config.js
CHANGED
|
@@ -69,12 +69,6 @@ const values = {
|
|
|
69
69
|
helpGuideURL: 'https://www.plusscommunities.com/forms-feature',
|
|
70
70
|
stringConfigJobStatus: 'maintenanceJobStatusForms',
|
|
71
71
|
stringConfigHideSeen: 'maintenanceDisableSeenForms',
|
|
72
|
-
// Comment subscription notification preference
|
|
73
|
-
notificationPreference: {
|
|
74
|
-
key: 'maintenancerequestFormsComments',
|
|
75
|
-
label: 'Forms comments',
|
|
76
|
-
permission: 'maintenanceTrackingForms',
|
|
77
|
-
},
|
|
78
72
|
};
|
|
79
73
|
|
|
80
74
|
export { values };
|