fixed Manage Resources button at step 3
This commit is contained in:
parent
ed87b4c8ca
commit
b045fbe670
|
@ -1361,6 +1361,7 @@ public class UpdateDatasetForm extends Composite {
|
|||
if (step == 1) {
|
||||
// addResourcesButtonStep1.clear();
|
||||
addResourcesButtonStep1.setVisible(true);
|
||||
addResourcesButtonStep3.setVisible(false);
|
||||
addResourcesButtonStep1.addClickHandler(new ClickHandler() {
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue