Skip to content
Snippets Groups Projects
Commit 59710faa authored by Aaron Bohy's avatar Aaron Bohy
Browse files

[FIX] board: correctly pass options arg to do_action

The dashboard instantiates an action manager for each view it has to display.
It then replaces the do_action() function of those action managers by its own
one, forgetting to pass the second argument 'options'. Thus, when do_action was
called by a view of the dashboard (e.g. a button in a list view), it was called
without the options.
parent 6647e1f8
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment