Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
verona-modules-aspect
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IQB
verona-modules-aspect
Commits
b6f8d016
Commit
b6f8d016
authored
1 month ago
by
jojohoch
Browse files
Options
Downloads
Patches
Plain Diff
[player] Fix sending of stateVariables of unitState in standalone mode
parent
1628f26f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
projects/player/modules/unit-menu/components/unit-menu/unit-menu.component.ts
+2
-2
2 additions, 2 deletions
...les/unit-menu/components/unit-menu/unit-menu.component.ts
with
2 additions
and
2 deletions
projects/player/modules/unit-menu/components/unit-menu/unit-menu.component.ts
+
2
−
2
View file @
b6f8d016
...
...
@@ -58,8 +58,8 @@ export class UnitMenuComponent {
reloadUnit
():
void
{
const
elementCodes
:
Response
[]
=
this
.
elementCodes
.
map
(
ec
=>
({
id
:
ec
.
alias
,
status
:
ec
.
status
,
value
:
ec
.
value
}));
const
stateVariableCodes
:
Response
[]
=
this
.
element
Codes
.
map
(
ec
=>
({
id
:
ec
.
alias
,
status
:
ec
.
status
,
value
:
ec
.
value
}));
const
stateVariableCodes
:
Response
[]
=
this
.
stateVariable
Codes
.
map
(
sv
=>
({
id
:
sv
.
alias
,
status
:
sv
.
status
,
value
:
sv
.
value
}));
this
.
vopStartCommandMessage
.
unitState
=
{
dataParts
:
{
elementCodes
:
JSON
.
stringify
(
elementCodes
),
...
...
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