2.14
git-svn-id: https://svn.research-infrastructures.eu/d4science/gcube/trunk/portlets/user/share-updates@74151 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
c5bcc9677e
commit
b88b6bb1ab
|
@ -1,4 +1,8 @@
|
||||||
<ReleaseNotes>
|
<ReleaseNotes>
|
||||||
|
<Changeset component="org.gcube.portlets.user.shareupdates.0-3-0"
|
||||||
|
date="2013-04-19">
|
||||||
|
<Change>Added possibility to mention people in tags</Change>
|
||||||
|
</Changeset>
|
||||||
<Changeset component="org.gcube.portlets.user.shareupdates.0-1-0"
|
<Changeset component="org.gcube.portlets.user.shareupdates.0-1-0"
|
||||||
date="2013-01-13">
|
date="2013-01-13">
|
||||||
<Change>First Release</Change>
|
<Change>First Release</Change>
|
||||||
|
|
|
@ -15,6 +15,5 @@ public class ShareUpdates implements EntryPoint {
|
||||||
*/
|
*/
|
||||||
public void onModuleLoad() {
|
public void onModuleLoad() {
|
||||||
RootPanel.get("shareUpdateDiv").add(new ShareUpdateForm());
|
RootPanel.get("shareUpdateDiv").add(new ShareUpdateForm());
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue