Skip to content

Fix group access dropdown failure if no subgroups are available

Stan Hu requested to merge sh-fix-group-access-dropdown into master

What does this MR do and why?

When no subgroups are available, this.$refs.search is undefined for some reason. This might be a Vue.js issue with v-if. Surrounding the template with a div seems to work around the problem.

Closes #366775 (closed)

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Stan Hu

Merge request reports