Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eca-3280887
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Issue forks
eca-3280887
Commits
dc2255a0
Commit
dc2255a0
authored
2 years ago
by
Jürgen Haas
Browse files
Options
Downloads
Plain Diff
Merge branch '3270318-action-ecaviewsquery-add' into 1.0.x
parents
1b28b24b
4d441107
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/modeller_bpmn/src/ModellerBpmnBase.php
+4
-2
4 additions, 2 deletions
modules/modeller_bpmn/src/ModellerBpmnBase.php
with
4 additions
and
2 deletions
modules/modeller_bpmn/src/ModellerBpmnBase.php
+
4
−
2
View file @
dc2255a0
...
...
@@ -200,7 +200,8 @@ abstract class ModellerBpmnBase extends ModellerBase {
if
(
$element
=
$this
->
xpath
->
query
(
"//*[@id='
{
$this
->
getId
()
}
']"
)
->
item
(
0
))
{
$element
->
setAttribute
(
'isExecutable'
,
'true'
);
}
return
$this
->
save
(
$this
->
doc
->
saveXML
());
$this
->
save
(
$this
->
doc
->
saveXML
());
return
$this
;
}
/**
...
...
@@ -211,7 +212,8 @@ abstract class ModellerBpmnBase extends ModellerBase {
if
(
$element
=
$this
->
xpath
->
query
(
"//*[@id='
{
$this
->
getId
()
}
']"
)
->
item
(
0
))
{
$element
->
setAttribute
(
'isExecutable'
,
'false'
);
}
return
$this
->
save
(
$this
->
doc
->
saveXML
());
$this
->
save
(
$this
->
doc
->
saveXML
());
return
$this
;
}
/**
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment