Moved project details and project list to be the second selectable perspectives

FEA: ItEr65S08PerspectivesOrder
This commit is contained in:
Lorenzo Tilve 2010-12-13 22:14:48 +01:00
parent bd9b632e41
commit 5d03466e0b

View file

@ -262,9 +262,9 @@ public class MultipleTabsPlannerController implements Composer,
TabsConfiguration tabsConfiguration = TabsConfiguration.create()
.add(tabWithNameReloading(planningTab, typeChanged))
.add(tabWithNameReloading(ordersTab, typeChanged))
.add(tabWithNameReloading(resourceLoadTab, typeChanged))
.add(tabWithNameReloading(limitingResourcesTab, typeChanged))
.add(tabWithNameReloading(ordersTab, typeChanged))
.add(visibleOnlyAtOrderMode(advancedAllocationTab));
if (isMontecarloVisible) {