Development

This commit is contained in:
Matthew Grotke 2026-05-25 17:26:51 -04:00
parent 6732406a7e
commit d0cfffac52
2 changed files with 11 additions and 11 deletions

View file

@ -608,7 +608,7 @@
"items": [
{
"type": "form",
"action": "/action/actions_cardpendingchanges_applynow",
"action": "/action/actions_cardpending_applynow",
"method": "post",
"items": [
{
@ -620,13 +620,13 @@
"items": [
{
"type": "button_primary",
"formaction": "/action/actions_cardpendingchanges_applynow",
"formaction": "/action/actions_cardpending_applynow",
"text": "Apply Now",
"disabled": "%NO_PENDING%"
},
{
"type": "button_secondary",
"formaction": "/action/actions_cardpendingchanges_revertselected",
"formaction": "/action/actions_cardpending_revertselected",
"text": "Revert Selected"
}
]
@ -638,7 +638,7 @@
},
{
"type": "form",
"action": "/action/actions_cardoptions_save",
"action": "/action/actions_cardpending_save",
"method": "post",
"items": [
{
@ -654,7 +654,7 @@
"items": [
{
"type": "button_primary",
"action": "/action/actions_cardoptions_save",
"action": "/action/actions_cardpending_save",
"method": "post",
"text": "Save"
},