task_21363 #1
|
@ -1,5 +1,7 @@
|
|||
package org.gcube.portlets.widgets.ckancontentmoderator.client;
|
||||
|
||||
import org.gcube.portlets.widgets.ckancontentmoderator.shared.DISPLAY_FIELD;
|
||||
|
||||
/**
|
||||
* The Class ContentModeratorWidgetConstants.
|
||||
*
|
||||
|
@ -15,4 +17,7 @@ public class ContentModeratorWidgetConstants {
|
|||
public static int ITEM_START_INDEX = 0;
|
||||
|
||||
public static String CKAN_FIELD_NAME_AUTHOR_MAIL = "author_email";
|
||||
|
||||
public static DISPLAY_FIELD[] DEFAULT_SORT_BY_FIELDS = new DISPLAY_FIELD[] { DISPLAY_FIELD.NAME, DISPLAY_FIELD.TITLE,
|
||||
DISPLAY_FIELD.CREATED, DISPLAY_FIELD.LAST_UPDATE, DISPLAY_FIELD.TYPE };
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue