diff --git a/src/main/resources/org/gcube/portlets/user/td/tabulardataportlet.gwt.xml b/src/main/resources/org/gcube/portlets/user/td/tabulardataportlet.gwt.xml index 4890a25..ebb327a 100644 --- a/src/main/resources/org/gcube/portlets/user/td/tabulardataportlet.gwt.xml +++ b/src/main/resources/org/gcube/portlets/user/td/tabulardataportlet.gwt.xml @@ -83,7 +83,7 @@ --> - + diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index fdf45d2..a676122 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -91,6 +91,12 @@ tdTemplateServiceImpl org.gcube.portlets.user.tdtemplate.server.TdTemplateServiceImpl + + + templateColumnOperationService + org.gcube.portlets.user.tdtemplateoperation.server.TemplateColumnOperationServiceImpl + + @@ -252,6 +258,12 @@ tdTemplateServiceImpl /tabulardataportlet/tdtemplate + + + templateColumnOperationService + /tabulardataportlet/templateColumnOperationService + +