Development

This commit is contained in:
Matthew Grotke 2026-05-25 14:50:03 -04:00
parent 60df03e85c
commit 22c18d9edd
4 changed files with 72 additions and 39 deletions

View file

@ -620,26 +620,12 @@
"items": [
{
"type": "button_primary",
"action": "/action/actions_cardpendingchanges_applyselected",
"method": "post",
"formaction": "/action/actions_cardpendingchanges_applyselected",
"text": "Apply Selected"
}
]
}
]
},
{
"type": "form",
"action": "/action/actions_cardpendingchanges_revertselected",
"method": "post",
"items": [
{
"type": "button_row",
"items": [
},
{
"type": "button_secondary",
"action": "/action/actions_cardpendingchanges_revertselected",
"method": "post",
"formaction": "/action/actions_cardpendingchanges_revertselected",
"text": "Revert Selected"
}
]