Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
eca
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
eca
Merge requests
!263
Issue
#3315518
: eca_tamper can't use token in value field
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3315518
: eca_tamper can't use token in value field
issue/eca-3315518:3315518-ecatamper-cant-use
into
1.1.x
Overview
8
Commits
2
Pipelines
1
Changes
2
All threads resolved!
Show all comments
Merged
Jürgen Haas
requested to merge
issue/eca-3315518:3315518-ecatamper-cant-use
into
1.1.x
2 years ago
Overview
8
Commits
2
Pipelines
1
Changes
2
All threads resolved!
Show all comments
Expand
0
0
Merge request reports
Compare
1.1.x
version 3
698ceaa2
2 years ago
version 2
03923ad1
2 years ago
version 1
92e66cbc
2 years ago
1.1.x (base)
and
latest version
latest version
698ceaa2
2 commits,
2 years ago
version 3
698ceaa2
2 commits,
2 years ago
version 2
03923ad1
2 commits,
2 years ago
version 1
92e66cbc
1 commit,
2 years ago
2 files
+
25
−
0
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/modeller_bpmn/src/ModellerBpmnBase.php
+
1
−
0
Options
@@ -750,6 +750,7 @@ abstract class ModellerBpmnBase extends ModellerBase {
* The array to which the fields should be added.
*/
protected
function
prepareConfigFields
(
array
$form
):
array
{
// @todo Add support for nested form fields like e.g. in container/fieldset.
$fields
=
[];
foreach
(
$form
as
$key
=>
$definition
)
{
$label
=
$definition
[
'#title'
]
??
Modellers
::
convertKeyToLabel
(
$key
);
Loading