ref #9056:TabMan - Improve resource management in TabMan
https://support.d4science.org/issues/9056 Improve resources management git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-resources-widget@152489 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
5e9b2a9232
commit
a9b730fe13
|
@ -2,7 +2,7 @@
|
|||
<Changeset
|
||||
component="org.gcube.portlets-user.tabular-data-resources-widget.1-7-0"
|
||||
date="2017-07-01">
|
||||
<Change>Updated resource management [Ticket #9056]</Change>
|
||||
<Change>Updated resources management [Ticket #9056]</Change>
|
||||
</Changeset>
|
||||
<Changeset
|
||||
component="org.gcube.portlets-user.tabular-data-resources-widget.1-6-0"
|
||||
|
|
|
@ -137,6 +137,18 @@ public class ResourcesPanel extends FramedPanel {
|
|||
|
||||
}
|
||||
|
||||
public ResourcesPanel(TRId trId, EventBus eventBus) {
|
||||
super();
|
||||
this.eventBus = eventBus;
|
||||
forceLayoutOnResize = true;
|
||||
initMessages();
|
||||
init();
|
||||
open(trId);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
public void open(TRId trId) {
|
||||
this.trId = trId;
|
||||
create();
|
||||
|
|
Loading…
Reference in New Issue