Development
This commit is contained in:
parent
b63aed53fc
commit
6221ee3691
12 changed files with 511 additions and 245 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue