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
Title says it all. This button at the very least should link to the add friend page, at best should spawn in that same card so a friend can be added without having to leave.
This issue is driven by the fact that the card is created from a mixin that accepts actions as a parameter, but not links on them.
A suggested solution is to change that parameter to accept an array of objects, that way, links could be passed into those action items.
The text was updated successfully, but these errors were encountered:
Title says it all. This button at the very least should link to the add friend page, at best should spawn in that same card so a friend can be added without having to leave.
This issue is driven by the fact that the card is created from a mixin that accepts actions as a parameter, but not links on them.
A suggested solution is to change that parameter to accept an array of objects, that way, links could be passed into those action items.
The text was updated successfully, but these errors were encountered: