This commit is contained in:
SpudGunMan
2025-10-29 11:43:33 -07:00
parent 7e66ffc3a0
commit 1fb144ae1e
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -150,8 +150,8 @@ The checklist module provides asset tracking and accountability features with sa
- Ideal for solo activities, remote work, or safety accountability
- **Approval Workflow**
- `checklistapprove <id>` - Approve a pending check-in (admin)
- `checklistdeny <id>` - Deny/remove a check-in (admin)
- `approvecl <id>` - Approve a pending check-in (admin)
- `denycl <id>` - Deny/remove a check-in (admin)
more at [modules/checklist.md](modules/checklist.md)
+1 -1
View File
@@ -174,7 +174,7 @@ Deny and remove a check-in (requires admin privileges).
**Example:**
```
checklistdeny 456
denycl 456
```
## Safety Monitoring Feature