No feedback when loading a project from URL directly
This is for allowing to to do an accurate load test, otherwise the project is not loaded if JavaScript is not executed. Only the initial screen. FEA: ItEr74S08DeployFramework
This commit is contained in:
parent
75b2c8030a
commit
f66cf0f278
1 changed files with 2 additions and 0 deletions
|
|
@ -434,7 +434,9 @@ public class MultipleTabsPlannerController implements Composer,
|
|||
|
||||
@Override
|
||||
public void goToOrder(Order order) {
|
||||
planningTab.toggleToNoFeedback();
|
||||
getTabsRegistry().show(planningTab, changeModeTo(order));
|
||||
planningTab.toggleToFeedback();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue