Skip to content
Commit 3f16463c authored by Björn Geuken's avatar Björn Geuken
Browse files

[frontend] Fix tracking of debug data for failed request forwarding

There were a few problems here:

* The 'action' variable has to be defined outside of the transaction.
  Otherwise it would never be defined when catching exceptions.
* Since we might have multiple actions, it's not enough to track
  only one of them.
* The validation message of the bs request already includes validation
  messages of associated request actions.
parent 8e0e0294
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment