Development

This commit is contained in:
Matthew Grotke 2026-05-29 23:10:04 -04:00
parent 33b639a353
commit 113328c566
3 changed files with 27 additions and 15 deletions

View file

@ -47,9 +47,8 @@
{
"type": "button_danger",
"text": "Dismiss All",
"action": "/action/actions/pending_dismiss",
"method": "post",
"disabled": "%NO_PENDING%",
"formaction": "/action/actions/pending_dismiss",
"disabled": "%NO_DISMISSIBLE_PENDING%",
"client_requirement": "client_is_manager="
}
]
@ -116,9 +115,8 @@
},
{
"type": "button_danger",
"text": "Clear History",
"action": "/action/actions/history_clear",
"method": "post",
"text": "Clear Selected History",
"formaction": "/action/actions/history_clear",
"disabled": "%NO_HISTORY%",
"client_requirement": "client_is_manager="
}