Protected containers: Remove field "Minimum access level for delete"
Merged
requested to merge gitlab-community/gitlab:480385-gerardo-navarro-remove-minimum-access-level-for-delete-from-frontend into master
1 unresolved thread
Compare changes
Files
7- Gerardo Navarro authored
- During rollout of the feature "Protected containers", we noticed that the field "Minimum access level for delete" is visible, but the aspect delete protection has not been implemented yet; therefore, the existence / visibility of the field "Minimum access level for delete" might lead to unnecessary confusion. - This MR intends to remove the field "Minimum access level for delete" from the frontend as suggested here: #480385 (comment 2193605295) Changelog: other
@@ -12,7 +12,6 @@ import HelpPageLink from '~/vue_shared/components/help_page_link/help_page_link.
@@ -12,7 +12,6 @@ import HelpPageLink from '~/vue_shared/components/help_page_link/help_page_link.
import createProtectionRuleMutation from '~/packages_and_registries/settings/project/graphql/mutations/create_container_protection_rule.mutation.graphql';
@@ -42,7 +41,6 @@ export default {
@@ -42,7 +41,6 @@ export default {
@@ -66,12 +64,10 @@ export default {
@@ -66,12 +64,10 @@ export default {
@@ -170,19 +166,6 @@ export default {
@@ -170,19 +166,6 @@ export default {