Fixed transducerers
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/statistical-algorithms-importer@152578 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
b760cdb446
commit
4fcbc2412f
|
@ -812,12 +812,12 @@ public class ProjectManager {
|
||||||
monitor.hide();
|
monitor.hide();
|
||||||
Log.info(
|
Log.info(
|
||||||
"Publish, the software has been published, but no autodeploy on server is enable so some time is required for installation by administrators!");
|
"Publish, the software has been published, but no autodeploy on server is enable so some time is required for installation by administrators!");
|
||||||
UtilsGXT3.info("Publish", "The software has been published!");
|
UtilsGXT3.info("Publish", "The software has been published! The Cloud system is being updated. Your process will be available on the DataMiner system within some minutes by administrators.");
|
||||||
fireProjectStatusSoftwarePublishEvent();
|
fireProjectStatusSoftwarePublishEvent();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
monitor.hide();
|
monitor.hide();
|
||||||
UtilsGXT3.info("Publish", "The software has been published! The Cloud system is being updated. Your process will be available on the DataMiner system within some minutes");
|
UtilsGXT3.info("Publish", "The software has been published! The Cloud system is being updated. Your process will be available on the DataMiner system within some minutes.");
|
||||||
fireProjectStatusSoftwarePublishEvent();
|
fireProjectStatusSoftwarePublishEvent();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue