Development

This commit is contained in:
Matthew Grotke 2026-05-25 16:07:21 -04:00
parent b63aed53fc
commit 6221ee3691
12 changed files with 511 additions and 245 deletions

View file

@ -17,9 +17,9 @@ def actions_cardoptions_save():
return redirect(_VIEW)
@bp.route('/action/actions_cardpendingchanges_applyselected', methods=['POST'])
@bp.route('/action/actions_cardpendingchanges_applynow', methods=['POST'])
@require_level('administrator')
def actions_cardpendingchanges_applyselected():
def actions_cardpendingchanges_applynow():
selected_uuids = request.form.getlist('selected_uuids')
if not selected_uuids:
flash('No items selected.', 'info')