Merge pull request #364 from eReuse/bugfix/3843-after-action-go-to

after do action from all device go to all device view
This commit is contained in:
cayop 2022-09-27 10:25:40 +02:00 committed by GitHub
commit 187abd550d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -654,6 +654,8 @@ class NewActionView(View):
if lot_id:
return url_for('inventory.lotdevicelist', lot_id=lot_id)
if url_for('inventory.alldevicelist') in (request.referrer or ''):
return url_for('inventory.alldevicelist')
return url_for('inventory.devicelist')