task_21363 #1

Closed
francesco.mangiacrapa wants to merge 53 commits from task_21363 into master
3 changed files with 5 additions and 6 deletions
Showing only changes of commit e517689cc0 - Show all commits

View File

@ -17,8 +17,8 @@
<!-- Other module inherits -->
<!-- Specify the app entry point class. -->
<entry-point
class='org.gcube.portlets.widgets.ckancontentmoderator.client.CkanContentModeratorWidget' />
<!-- <entry-point
class='org.gcube.portlets.widgets.ckancontentmoderator.client.CkanContentModeratorWidget' /> -->
<!-- Specify the paths for translatable code -->
<source path='client' />

View File

@ -34,7 +34,7 @@ public class CkanContentModeratorWidget implements EntryPoint {
* This is the entry point method.
*/
public void onModuleLoad() {
StyleInjector.inject(DataTableClientBundle.INSTANCE.dataTable().getText());
/*StyleInjector.inject(DataTableClientBundle.INSTANCE.dataTable().getText());
// MaterialDataTable<String> table = new MaterialDataTable<String>();
// table.getTableTitle().setText("Customers");
@ -59,7 +59,7 @@ public class CkanContentModeratorWidget implements EntryPoint {
Window.alert(caught.getMessage());
}
});
});*/
}
}

View File

@ -17,8 +17,7 @@
<!-- Other module inherits -->
<!-- Specify the app entry point class. -->
<entry-point
class='org.gcube.portlets.widgets.ckancontentmoderator.client.CkanContentModeratorWidget' />
<!-- <entry-point class='org.gcube.portlets.widgets.ckancontentmoderator.client.CkanContentModeratorWidget' /> -->
<!-- Specify the paths for translatable code -->
<source path='client' />