bug fixing
This commit is contained in:
parent
0409cb1a70
commit
475d74228b
|
@ -279,7 +279,7 @@ public class CreateDatasetForm extends Composite{
|
|||
if(isWorkspaceRequest) {
|
||||
listOfSteps = Arrays.asList("Insert Base Information","Select Item Resources", "Insert Profile Information and Publish");
|
||||
}else {
|
||||
listOfSteps = Arrays.asList("Insert Base Information", "Insert Profile Information and Publish");
|
||||
listOfSteps = Arrays.asList("Insert Base Information", "Insert Profile Information and Publish", "Add Resources");
|
||||
}
|
||||
|
||||
this.wizCreator = new WizardCreator(listOfSteps);
|
||||
|
@ -895,7 +895,7 @@ public class CreateDatasetForm extends Composite{
|
|||
// this is not a workspace request
|
||||
formFirstStep.setVisible(false);
|
||||
formThirdStep.setVisible(true);
|
||||
activeWizardStep(3);
|
||||
activeWizardStep(2);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue