NIHVIVO-799 Added select list type UNSORTED_LITERALS to specify a list of literals with no alpha sorting. Allows putting "Select one" as first option without getting sorted into the middle of the list.
This commit is contained in:
parent
49b18c57aa
commit
66df54d2a3
11 changed files with 48 additions and 52 deletions
|
@ -9,7 +9,6 @@ import com.hp.hpl.jena.rdf.model.Literal;
|
|||
|
||||
public class PublicationHasAuthorValidator implements N3Validator {
|
||||
|
||||
private static String MISSING_AUTHOR_ERROR = "Must specify a new or existing author.";
|
||||
private static String MISSING_FIRST_NAME_ERROR = "Must specify the author's first name.";
|
||||
private static String MISSING_LAST_NAME_ERROR = "Must specify the author's last name.";
|
||||
private static String MALFORMED_LAST_NAME_ERROR = "Last name may not contain a comma. Please enter first name in first name field.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue