Bug #1590: Avoid go to projects list when creating a project
FEA: ItEr77S04BugFixing
This commit is contained in:
parent
7ca0d43883
commit
b560e495fa
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ public class ProjectDetailsController extends GenericForwardComposer {
|
|||
public void accept() {
|
||||
if (validate()) {
|
||||
if (tabs != null) {
|
||||
tabs.goToOrdersList();
|
||||
tabs.goToOrderDetails(orderController.getOrder());
|
||||
}
|
||||
if (bdProjectTemplate.getSelectedElement() != null) {
|
||||
OrderTemplate template = (OrderTemplate) bdProjectTemplate
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue