Skip to content

Resolve "Improve handling of projects shared with a group"

What does this MR do?

Provides better scoped viewability of various subgroups and direct/shared/archived projects of a given group.

Are there points in the code the reviewer needs to double check?

The unforgivable amount of DOM manipulation I have to do since the Vue component is used in multiple places, yet is also placed inside of DOM elements that it needs to control but isn't under the normal scope within Vue.

Should some of these DOM manipulations be moved into group_tabs.js? In order to move the DOM manipulating code out of the Vue component? Does it really make a difference?

Screenshots (if relevant)

image

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #44005 (closed)

Edited by Dennis Tang

Merge request reports