removed last wizard title "add resources"
This commit is contained in:
parent
af2b4e342a
commit
f02743a536
|
@ -279,7 +279,7 @@ public class CreateDatasetForm extends Composite{
|
||||||
if(isWorkspaceRequest) {
|
if(isWorkspaceRequest) {
|
||||||
listOfSteps = Arrays.asList("Insert Base Information","Select Item Resources", "Insert Profile Information and Publish");
|
listOfSteps = Arrays.asList("Insert Base Information","Select Item Resources", "Insert Profile Information and Publish");
|
||||||
}else {
|
}else {
|
||||||
listOfSteps = Arrays.asList("Insert Base Information", "Insert Profile Information and Publish", "Add Resources");
|
listOfSteps = Arrays.asList("Insert Base Information", "Insert Profile Information and Publish");
|
||||||
}
|
}
|
||||||
|
|
||||||
this.wizCreator = new WizardCreator(listOfSteps);
|
this.wizCreator = new WizardCreator(listOfSteps);
|
||||||
|
|
Loading…
Reference in New Issue