From 44112c4994dc30aa1f53a128f2dda69be6d77dc9 Mon Sep 17 00:00:00 2001 From: freddyDOTCMS Date: Wed, 26 Jun 2024 15:58:41 -0600 Subject: [PATCH] #28896 Feedback --- .../portlets/categories/business/CategoryAPIImpl.java | 1 + 1 file changed, 1 insertion(+) diff --git a/dotCMS/src/main/java/com/dotmarketing/portlets/categories/business/CategoryAPIImpl.java b/dotCMS/src/main/java/com/dotmarketing/portlets/categories/business/CategoryAPIImpl.java index dc7b08607f42..9852c8144e6d 100644 --- a/dotCMS/src/main/java/com/dotmarketing/portlets/categories/business/CategoryAPIImpl.java +++ b/dotCMS/src/main/java/com/dotmarketing/portlets/categories/business/CategoryAPIImpl.java @@ -952,6 +952,7 @@ private boolean hasCategoryFields(final ContentType contentType) { * * @return */ + @CloseDBIfOpened public PaginatedCategories findAll(final String filter, final User user, boolean respectFrontendRoles, final int limit, final int offset) throws DotDataException, DotSecurityException {