Fixed interface
git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace-tree-widget@154694 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
34275ae8b1
commit
dd54971e51
|
@ -164,6 +164,7 @@ public class DialogPublishOnThredds extends Dialog {
|
|||
selectVRE.setDisplayField("name");
|
||||
selectVRE.setStore(vreStore);
|
||||
selectVRE.setAllowBlank(false);
|
||||
selectVRE.setAutoValidate(true);
|
||||
if(listOfVres==null || listOfVres.isEmpty())
|
||||
loadVresForLoggedUser();
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue