Skip to content
Snippets Groups Projects
Commit 1192fb38 authored by Michael Neumeier's avatar Michael Neumeier Committed by Sandro Weber
Browse files

Merged in NRRPLT-8833 (pull request #44)

[NRRPLT-8833] Experiment icons bug, activate tab set at initialization

* [NRRPLT-8833] Experiment icons bug, activate tab set at initialization

* Merge branch 'development' into NRRPLT-8833

* Merged development into NRRPLT-8833
* [NRRPLT-8833] use specific tabset id name


Approved-by: Sandro Weber
parent e6eb8448
No related branches found
No related tags found
No related merge requests found
...@@ -56,6 +56,7 @@ const jsonBaseLayout = { ...@@ -56,6 +56,7 @@ const jsonBaseLayout = {
{ {
'type': 'tabset', 'type': 'tabset',
'weight': 50, 'weight': 50,
'id': 'defaultTabset',
'selected': 0, 'selected': 0,
'children': [ 'children': [
{ {
...@@ -198,6 +199,7 @@ class ExperimentWorkbench extends React.Component { ...@@ -198,6 +199,7 @@ class ExperimentWorkbench extends React.Component {
ExperimentWorkbenchService.instance.experimentID = this.experimentID; ExperimentWorkbenchService.instance.experimentID = this.experimentID;
this.refLayout = React.createRef(); this.refLayout = React.createRef();
this.state.modelFlexLayout.doAction(FlexLayout.Actions.setActiveTabset('defaultTabset'));
} }
async UNSAFE_componentWillMount() { async UNSAFE_componentWillMount() {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment