Skip to content

Commit

Permalink
[MNT-24310] Fix AGS Rest API returning non RM objects
Browse files Browse the repository at this point in the history
  • Loading branch information
suneet-gupta committed Jul 17, 2024
1 parent 6b84d11 commit 9eb83f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ public Set<QName> buildSearchTypesCategoriesEndpoint(Parameters parameters, Set<
WhereClauseParser.EQUALS, Boolean.class);
Boolean isRecordCategory = propertyWalker.getProperty(RecordCategoryChild.PARAM_IS_RECORD_CATEGORY, WhereClauseParser.EQUALS, Boolean.class);

if (checkIncludeUnifiedRecordFolders(isRecordFolder, isRecordCategory))
if (checkIncludeUnfiledRecordFolders(isRecordFolder, isRecordCategory))
{
includeRecordFolders = true;
}
Expand Down

0 comments on commit 9eb83f4

Please sign in to comment.