@plusscommunities/pluss-maintenance-web-forms 1.1.35-beta.0 → 1.1.35-beta.2
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
CHANGED
|
@@ -138,7 +138,7 @@ var values = {
|
|
|
138
138
|
// Comment subscription notification preference
|
|
139
139
|
notificationPreference: {
|
|
140
140
|
key: 'maintenancerequestFormsComments',
|
|
141
|
-
label: '
|
|
141
|
+
label: 'Forms comments',
|
|
142
142
|
permission: 'maintenanceTrackingForms'
|
|
143
143
|
}
|
|
144
144
|
};
|
package/dist/index.esm.js
CHANGED
|
@@ -95,7 +95,7 @@ var values = {
|
|
|
95
95
|
// Comment subscription notification preference
|
|
96
96
|
notificationPreference: {
|
|
97
97
|
key: 'maintenancerequestFormsComments',
|
|
98
|
-
label: '
|
|
98
|
+
label: 'Forms comments',
|
|
99
99
|
permission: 'maintenanceTrackingForms'
|
|
100
100
|
}
|
|
101
101
|
};
|
package/dist/index.umd.js
CHANGED
package/package.json
CHANGED
|
@@ -70,6 +70,12 @@ 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
|
+
},
|
|
73
79
|
};
|
|
74
80
|
|
|
75
81
|
export { values };
|
|
@@ -72,7 +72,7 @@ const values = {
|
|
|
72
72
|
// Comment subscription notification preference
|
|
73
73
|
notificationPreference: {
|
|
74
74
|
key: 'maintenancerequestFormsComments',
|
|
75
|
-
label: '
|
|
75
|
+
label: 'Forms comments',
|
|
76
76
|
permission: 'maintenanceTrackingForms',
|
|
77
77
|
},
|
|
78
78
|
};
|
package/src/values.config.js
CHANGED
|
@@ -72,7 +72,7 @@ const values = {
|
|
|
72
72
|
// Comment subscription notification preference
|
|
73
73
|
notificationPreference: {
|
|
74
74
|
key: 'maintenancerequestFormsComments',
|
|
75
|
-
label: '
|
|
75
|
+
label: 'Forms comments',
|
|
76
76
|
permission: 'maintenanceTrackingForms',
|
|
77
77
|
},
|
|
78
78
|
};
|