Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
eraser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenLicht
eraser
Commits
0604d916
Commit
0604d916
authored
May 25, 2021
by
Manuel Krombholz
Browse files
Options
Downloads
Patches
Plain Diff
Transferring ItemPerformance when retyping item
parent
657b6eeb
No related branches found
No related tags found
1 merge request
!11
Resolve "Add processing frequency option for items"
Pipeline
#9847
passed
May 26, 2021
Stage: build
Stage: test
Stage: report
Stage: ragdoc_build
Stage: ragdoc_view
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
eraser-base/src/main/java/de/tudresden/inf/st/eraser/parser/EraserParserHelper.java
+1
-0
1 addition, 0 deletions
...de/tudresden/inf/st/eraser/parser/EraserParserHelper.java
with
1 addition
and
0 deletions
eraser-base/src/main/java/de/tudresden/inf/st/eraser/parser/EraserParserHelper.java
+
1
−
0
View file @
0604d916
...
...
@@ -310,6 +310,7 @@ public class EraserParserHelper {
itemWithCorrectType
.
setID
(
prototype
.
getID
());
itemWithCorrectType
.
setLabel
(
prototype
.
getLabel
());
itemWithCorrectType
.
setMetaDataList
(
prototype
.
getMetaDataList
());
itemWithCorrectType
.
setItemPerformance
(
prototype
.
getItemPerformance
());
if
(!(
itemWithCorrectType
instanceof
ActivityItem
))
{
String
state
=
prototype
.
getStateAsString
();
itemWithCorrectType
.
disableSendState
();
...
...
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