task_21363 #1

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

View File

@ -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 };
}