Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
flexbe_app
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Schnermann
flexbe_app
Commits
c59d4d42
Commit
c59d4d42
authored
Dec 18, 2018
by
Philipp Schillinger
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/develop'
parents
00015761
d5c5d847
Branches
Branches containing commit
Tags
2.1.1
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
package.json
+1
-1
1 addition, 1 deletion
package.json
package.xml
+1
-1
1 addition, 1 deletion
package.xml
src/ui/panels/ui_panels_stateproperties.js
+2
-2
2 additions, 2 deletions
src/ui/panels/ui_panels_stateproperties.js
with
4 additions
and
4 deletions
package.json
+
1
−
1
View file @
c59d4d42
{
"name"
:
"FlexBE App"
,
"version"
:
"2.1.
0
"
,
"version"
:
"2.1.
1
"
,
"main"
:
"src/main.js"
,
"window"
:
{
"icon"
:
"src/img/icon-128.png"
,
...
...
...
...
This diff is collapsed.
Click to expand it.
package.xml
+
1
−
1
View file @
c59d4d42
<package>
<name>
flexbe_app
</name>
<version>
2.1.
0
</version>
<version>
2.1.
1
</version>
<description>
flexbe_app provides a user interface (editor + runtime control) for the FlexBE behavior engine.
</description>
...
...
...
...
This diff is collapsed.
Click to expand it.
src/ui/panels/ui_panels_stateproperties.js
+
2
−
2
View file @
c59d4d42
...
...
@@ -672,8 +672,8 @@ UI.Panels.StateProperties = new (function() {
}
this
.
openState
=
function
()
{
var
state_
class
=
current_prop_state
.
getState
Class
();
var
state_definition
=
WS
.
Statelib
.
getFromLib
(
state_
class
);
var
state_
type
=
current_prop_state
.
getState
Type
();
var
state_definition
=
WS
.
Statelib
.
getFromLib
(
state_
type
);
try
{
var
file_path
=
state_definition
.
getFilePath
();
var
command
=
UI
.
Settings
.
getEditorCommand
(
file_path
).
split
(
'
'
);
...
...
...
...
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
sign in
to comment