Update to handler data publishing

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace@129474 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-06-27 14:27:34 +00:00
parent 460071bf07
commit 8eacb96248
4 changed files with 65 additions and 33 deletions

View File

@ -19,7 +19,6 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/home/francesco-mangiacrapa/libraries/asm-5.0.3/lib/asm-5.0.3.jar"/>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>

View File

@ -20,7 +20,11 @@
<inherits name='org.gcube.portlets.widgets.wsmail.WsMail_Widget' />
<inherits name='org.gcube.portlets.widgets.sessionchecker.SessionChecker' />
<inherits name="org.gcube.portlets.widgets.workspaceuploader.WorkspaceUploader"></inherits>
<inherits
name="org.gcube.portlets.widgets.workspaceuploader.WorkspaceUploader"></inherits>
<!-- Inherits widget -->
<inherits
name='org.gcube.portlets.widgets.ckandatapublisherwidget.CKanMetadataPublisher' />
<!-- Specify the app entry point class. -->
<entry-point
@ -34,7 +38,8 @@
<!-- <source path='resources' /> -->
<!-- <replace-with -->
<!-- class="org.gcube.portlets.user.workspace.resources.BootstrapConfigurator"> -->
<!-- <when-type-is class="com.github.gwtbootstrap.client.ui.config.Configurator" /> -->
<!-- <when-type-is class="com.github.gwtbootstrap.client.ui.config.Configurator"
/> -->
<!-- </replace-with> -->
<!-- <public path="resources"> -->
<!-- <exclude name="** /*.java" /> -->

View File

@ -84,7 +84,20 @@
<servlet-class>org.gcube.portlets.widgets.guidedtour.server.TourServiceImpl</servlet-class>
</servlet>
<!-- ###################### MAPPING ######################à -->
<servlet>
<servlet-name>ckanpublisherservices</servlet-name>
<servlet-class>org.gcube.portlets.widgets.ckandatapublisherwidget.server.CKANPublisherServicesImpl</servlet-class>
</servlet>
<!-- ###################### MAPPING ###################### -->
<servlet-mapping>
<servlet-name>ckanpublisherservices</servlet-name>
<url-pattern>/workspace/ckanservices</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>workspaceUploaderWsUtil</servlet-name>
<url-pattern>/workspace/workspaceUploaderWsUtil</url-pattern>

View File

@ -444,3 +444,18 @@
.button_toolbar {
width: 60px;
}
/** For the modal **/
.insert-metadata-modal-style {
width: 1200px !important;
margin-left: -600px !important;
}
.modal-body {
height: 550px;
max-height: none !important;
}
.modal {
top: 2% !important;
}