Skip to content

Commit

Permalink
LPS-86674 SF
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Oct 24, 2018
1 parent eb0fa85 commit d4c37d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Expand Up @@ -53,17 +53,17 @@ public String getName() {
}

private static final Map<String, EntityField> _entityFieldsMap = Stream.of(
new DateEntityField(
"dateModified",
locale -> Field.getSortableFieldName(Field.MODIFIED_DATE),
locale -> Field.MODIFIED_DATE),
new StringEntityField(
Field.NAME, locale -> Field.getSortableFieldName(Field.NAME)),
new StringEntityField(
Field.ORGANIZATION_ID, locale -> Field.ORGANIZATION_ID),
new StringEntityField(Field.TREE_PATH, locale -> Field.TREE_PATH),
new StringEntityField(Field.TYPE, locale -> Field.TYPE),
new StringEntityField("companyId", locale -> "companyId"),
new DateEntityField(
"dateModified",
locale -> Field.getSortableFieldName(Field.MODIFIED_DATE),
locale -> Field.MODIFIED_DATE),
new StringEntityField(
"nameTreePath",
locale -> Field.getSortableFieldName("nameTreePath_String")),
Expand Down
Expand Up @@ -52,13 +52,13 @@ public String getName() {
}

private static final Map<String, EntityField> _entityFieldsMap = Stream.of(
new StringEntityField(
"ancestorOrganizationIds", locale -> "ancestorOrganizationIds"),
new StringEntityField("companyId", locale -> "companyId"),
new DateEntityField(
"dateModified",
locale -> Field.getSortableFieldName(Field.MODIFIED_DATE),
locale -> Field.MODIFIED_DATE),
new StringEntityField(
"ancestorOrganizationIds", locale -> "ancestorOrganizationIds"),
new StringEntityField("companyId", locale -> "companyId"),
new StringEntityField("emailAddress", locale -> "emailAddress"),
new StringEntityField(
"firstName", locale -> Field.getSortableFieldName("firstName")),
Expand Down

0 comments on commit d4c37d1

Please sign in to comment.