commented entry point

This commit is contained in:
Francesco Mangiacrapa 2021-06-14 18:28:17 +02:00
parent e13a087c7a
commit e517689cc0
3 changed files with 5 additions and 6 deletions

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' />