minor fix

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/widgets/grsf-manage-widget@152463 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2017-08-03 15:21:26 +00:00
parent 9063c22808
commit d420fac7a0
1 changed files with 2 additions and 2 deletions

View File

@ -129,7 +129,7 @@ public class ManageProductWidget extends Composite{
// start loader service
loadingImage.setUrl(LOADING_IMAGE_URL);
loadingImage.setVisible(true);
formUpdate.setVisible(false);
manageProductModal.show();
// async request to fetch the product
@ -163,7 +163,7 @@ public class ManageProductWidget extends Composite{
bean = result;
annotationArea.setText("");
infoBlock.setVisible(false);
formUpdate.setVisible(true);
shortNameTextBox.setText(bean.getShortName());
currentStatus.setText(bean.getCurrentStatus().toString());
productGrsfType.setText(bean.getGrsfType());