ItEr30S05RFComportamentoGraficoPlanificadorItEr23S12: Adding breadcrumb for orders list
This commit is contained in:
parent
ff1023e73f
commit
09b346571e
1 changed files with 4 additions and 0 deletions
|
|
@ -349,6 +349,10 @@ public class MultipleTabsPlannerController implements Composer {
|
|||
@Override
|
||||
protected void afterShowAction() {
|
||||
orderCRUDController.goToList();
|
||||
if (breadcrumbs.getChildren() != null) {
|
||||
breadcrumbs.getChildren().clear();
|
||||
}
|
||||
breadcrumbs.appendChild(new Label("Orders > Orders list"));
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue