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
Given the the current user the ability to remove themselves as a collaborator on a trip.
Expected behavior
Current user can click a button on the edit trip page that is separate from the collaborators field that allows the current user to remove themselves as a collaborator on a trip.
Actual behavior
As of PR #73 a user cannot remove themselves from a trip. This is because Edit Trip Modal collaborator section only shows collaborators other than the current user to remove from the Trip. This design allows the add and edit trip modals to use the same code to get the collaboratorUidArray.
The text was updated successfully, but these errors were encountered:
…ause duplicate current users when saving trip.
Fix invlolves removing current user from list of collaborators when editting collaborator and add Issue #71 to let collaborators remove themselves from a trip.
Issue summary
Given the the current user the ability to remove themselves as a collaborator on a trip.
Expected behavior
Current user can click a button on the edit trip page that is separate from the collaborators field that allows the current user to remove themselves as a collaborator on a trip.
Actual behavior
As of PR #73 a user cannot remove themselves from a trip. This is because Edit Trip Modal collaborator section only shows collaborators other than the current user to remove from the Trip. This design allows the add and edit trip modals to use the same code to get the collaboratorUidArray.
The text was updated successfully, but these errors were encountered: