Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
state_machine
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
state_machine
Merge requests
!23
Resolve
#3427978
"Provide core action"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Resolve
#3427978
"Provide core action"
issue/state_machine-3427978:3427978-provide-core-action
into
8.x-1.x
Overview
0
Commits
10
Pipelines
1
Changes
8
Open
Roman Khimin
requested to merge
issue/state_machine-3427978:3427978-provide-core-action
into
8.x-1.x
1 year ago
Overview
0
Commits
10
Pipelines
1
Changes
8
Expand
Closes
#3427978
0
0
Merge request reports
Compare
8.x-1.x
8.x-1.x (HEAD)
and
latest version
latest version
57c3650d
10 commits,
1 year ago
8 files
+
681
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
config/schema/state_machine.schema.yml
+
8
−
0
Options
@@ -30,3 +30,11 @@ field.value.state:
views.filter.state_machine_state
:
type
:
views.filter.in_operator
label
:
'
State'
action.configuration.apply_state_transition_to_entity
:
type
:
action_configuration_default
label
:
'
Apply
state
transition
to
entity'
action.configuration.apply_selected_state_transition_to_entity
:
type
:
action_configuration_default
label
:
'
Apply
selected
state
transition
to
entity'
Loading