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
Apparently not all browser are correctly disabling links. Therefore, some users managed to call the edit_lane function. It might be more appropriate to hide these links instead of disabling them.
The text was updated successfully, but these errors were encountered:
Not 100% sure what the response was/what happened but maybe we should also make the response if someone manages to use it better. Never trust the frontend :)
Not 100% sure what the response was/what happened but maybe we should also make the response if someone manages to use it better. Never trust the frontend :)
we do not trust the frontend, the authorization checks are also included inside the live components / live views (so we are not showing the link AND making sure the logic does not work when triggered). Still, the links should not work / be visible, but this seems to be the case for some browsers that do not disable the links. Therefore, not showing them at all might be the better options here.
Further Notes
Apparently not all browser are correctly disabling links. Therefore, some users managed to call the edit_lane function. It might be more appropriate to hide these links instead of disabling them.
The text was updated successfully, but these errors were encountered: