Resolved! Service Portal: Hide a button based on logged in users roles?
I have a button in the portal that needs to be hidden if the logged in user does not have a specific role. Here is my button HTML: <button type="button" class="btn btn-dash {{c.data.view.account == true ? 'selected' : 'unselected'}}" ...
