Actions
Bug #34949
closedTaxonomies are being set during extlogin too early, leading to user's default taxonomies being ignored
Status:
Closed
Priority:
Normal
Assignee:
Category:
Organizations and Locations
Target version:
-
Difficulty:
Triaged:
Yes
Pull request:
Description
When user logs using /users/extlogin, a set_taxonomy before_action is fired. This action tries to set org and loc in session, however at this point the user is not fully logged-in yet.
Actions