@7365admin1/module-hygiene 4.29.1-staging.12 → 4.30.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/CHANGELOG.md +14 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @7365admin1/module-hygiene
|
|
2
2
|
|
|
3
|
+
## 4.30.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- dea5edb: Require a photo to complete a checklist task.
|
|
8
|
+
|
|
9
|
+
`attachment` is now required, with at least one non-blank id, when the decision
|
|
10
|
+
is `approve`. This endpoint is where every service and every client meets — the
|
|
11
|
+
five field apps and the web checklist all post here — so enforcing it here is
|
|
12
|
+
what makes the rule the same for all of them.
|
|
13
|
+
|
|
14
|
+
Rejecting is deliberately unaffected: a reject is a technician reporting a
|
|
15
|
+
problem, and demanding a photograph first would stop them reporting it.
|
|
16
|
+
|
|
3
17
|
## 4.29.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|