Skip to content

Resolve "Prevent right clicking on TeamsTable rows as a BUILDER/EDITOR."

How to test

Previously: if you were a BUILDER/EDITOR, and you right clicked on a teams CRUD table row, you'd get an error as this.$refs.editTeamContext was undefined.

Now: BUILDER/EDITOR users will still not see the edit team context, but they now don't get an error.

Merge Request Checklist

  • changelog.md has been updated if required
  • New/updated Premium features are separated correctly in the premium folder
  • The latest Chrome and Firefox have been used to test any new frontend features
  • Documentation has been updated
  • Quality Standards are met
  • Performance: tables are still fast with 100k+ rows, 100+ field tables
  • The redoc API pages have been updated for any REST API changes
  • Our custom API docs are updated for changes to endpoints accessed via api tokens
  • The UI/UX has been updated following UI Style Guide

Closes #1408 (closed)

Edited by Peter Evans

Merge request reports