Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
entity_usage
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
entity_usage
Merge requests
!60
Made warning messages configurable
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Made warning messages configurable
issue/entity_usage-3195027:3195027-make-the-edit
into
8.x-2.x
Overview
0
Commits
2
Pipelines
0
Changes
3
Open
Rico Van de Vin
requested to merge
issue/entity_usage-3195027:3195027-make-the-edit
into
8.x-2.x
1 year ago
Overview
0
Commits
2
Pipelines
0
Changes
3
Expand
Closes
#3195027
0
0
Merge request reports
Compare
8.x-2.x
version 1
5cb77ca7
1 year ago
8.x-2.x (base)
and
latest version
latest version
15e60a7c
2 commits,
1 year ago
version 1
5cb77ca7
1 commit,
1 year ago
3 files
+
85
−
12
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
config/schema/entity_usage.schema.yml
+
6
−
0
Options
@@ -29,11 +29,17 @@ entity_usage.settings:
@@ -29,11 +29,17 @@ entity_usage.settings:
type
:
sequence
type
:
sequence
sequence
:
sequence
:
type
:
string
type
:
string
edit_warning_message
:
label
:
Warning to show on edit form
type
:
text
edit_warning_message_entity_types
:
edit_warning_message_entity_types
:
label
:
Entity types where to show warning on edit form
label
:
Entity types where to show warning on edit form
type
:
sequence
type
:
sequence
sequence
:
sequence
:
type
:
string
type
:
string
delete_warning_message
:
label
:
Warning to show on delete form
type
:
text
delete_warning_message_entity_types
:
delete_warning_message_entity_types
:
label
:
Entity types where to show warning on delete form
label
:
Entity types where to show warning on delete form
type
:
sequence
type
:
sequence
Loading