You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We didn't have head set in our actions on a viewset, but head would suddenly appear in a viewset's actions, but seemingly randomly.
This way of filling in head in actions means that before you call a viewset at least once, it will have one set of actions, but afterwards it would have another.
This is surprising to me, and I have a hard time imagining it to be the right solution here. But perhaps I am missing a detail.