@plusscommunities/pluss-maintenance-aws-forms 2.1.27 → 2.1.31
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/feature.config.js
CHANGED
|
@@ -178,10 +178,7 @@ class SeeStuffStrategy extends IntegrationStrategy {
|
|
|
178
178
|
id: "system",
|
|
179
179
|
},
|
|
180
180
|
systemType: "SeeStuff",
|
|
181
|
-
error:
|
|
182
|
-
e.message === "NoCRMResidentId"
|
|
183
|
-
? "That resident does not have a CRM Contact Id"
|
|
184
|
-
: null,
|
|
181
|
+
error: e.message === "NoCRMResidentId" ? "No CRM ID found" : null,
|
|
185
182
|
});
|
|
186
183
|
|
|
187
184
|
await editRef(values.tableNameMaintenance, "id", request.id, {
|
package/package-lock.json
CHANGED
package/package.json
CHANGED