Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
entity_workflow
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_workflow
Merge requests
!7
Issue
#3466627
by heddn: Config schema missing
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3466627
by heddn: Config schema missing
issue/entity_workflow-3466627:3466627-config-schema-missing
into
2.x
Overview
0
Commits
3
Pipelines
0
Changes
2
Merged
Lucas Hedding
requested to merge
issue/entity_workflow-3466627:3466627-config-schema-missing
into
2.x
9 months ago
Overview
0
Commits
3
Pipelines
0
Changes
2
Expand
Closes
#3466627
0
0
Merge request reports
Compare
2.x
version 2
606d1255
9 months ago
version 1
67a15092
9 months ago
2.x (base)
and
version 1
latest version
f6e330b0
3 commits,
7 months ago
version 2
606d1255
2 commits,
9 months ago
version 1
67a15092
1 commit,
9 months ago
2 files
+
95
−
33
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
modules/entity_workflow_workspace/config/install/workflows.workflow.workspace.yml
+
33
−
33
Options
@@ -12,78 +12,78 @@ type_settings:
default_state
:
draft
default_transition
:
new_draft
states
:
draft
:
label
:
Draft
weight
:
'
0'
locked
:
false
status
:
open
review
:
label
:
'
Ready
for
Review'
weight
:
'
30'
locked
:
false
status
:
open
approved
:
label
:
Approved
weight
:
'
50
'
weight
:
50
locked
:
true
status
:
open
draft
:
label
:
Draft
weight
:
0
locked
:
false
status
:
open
published
:
label
:
Published
weight
:
'
100
'
weight
:
100
locked
:
true
status
:
closed
review
:
label
:
'
Ready
for
Review'
weight
:
30
locked
:
false
status
:
open
transitions
:
new_draft
:
label
:
'
New
draft'
from
:
{
}
to
:
draft
weight
:
'
0'
access_callback
:
entity_workflow_workspace_transition_access
submit_for_review
:
label
:
'
Submit
for
Review'
from
:
-
draft
to
:
review
transition_log
:
true
action_link
:
true
weight
:
'
10'
access_callback
:
entity_workflow_workspace_transition_access
approve
:
label
:
Approve
from
:
-
review
to
:
approved
weight
:
100
access_callback
:
entity_workflow_workspace_transition_access
transition_log
:
true
action_link
:
true
weight
:
'
100'
access_callback
:
entity_workflow_workspace_transition_access
back_to_draft
:
label
:
'
Back
to
Draft'
from
:
-
review
-
approved
to
:
draft
weight
:
20
access_callback
:
entity_workflow_workspace_transition_access
transition_log
:
true
action_link
:
true
weight
:
'
20'
new_draft
:
label
:
'
New
draft'
from
:
{
}
to
:
draft
weight
:
0
access_callback
:
entity_workflow_workspace_transition_access
publish
:
label
:
Publish
from
:
-
approved
to
:
published
weight
:
100
access_callback
:
entity_workflow_workspace_transition_access
transition_log
:
true
action_link
:
true
weight
:
'
100'
submit_for_review
:
label
:
'
Submit
for
Review'
from
:
-
draft
to
:
review
weight
:
10
access_callback
:
entity_workflow_workspace_transition_access
transition_log
:
true
action_link
:
true
unpublish
:
label
:
Unpublish
from
:
-
published
to
:
draft
weight
:
110
access_callback
:
entity_workflow_workspace_transition_access
transition_log
:
true
action_link
:
true
weight
:
'
110'
access_callback
:
entity_workflow_workspace_transition_access
default_state_callback
:
null
default_transition_log
:
null
Loading