Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.1 EE SP1 (5.1.4)
-
None
-
All
Description
The performance of the Wiki portlet has been improved by adding a groupId column to the WikiPage database table.
As part of this update, the following methods in WikiPageLocalService have been removed:
public void addPageResources(WikiNode node, WikiPage page, boolean addCommunityPermissions, boolean addGuestPermissions);
public void addPageResources(WikiNode node, WikiPage page, String[] communityPermissions, String[] guestPermissions);
Please use the following methods instead:
public void addPageResources(WikiPage page, boolean addCommunityPermissions, boolean addGuestPermissions);
public void addPageResources(WikiPage page, String[] communityPermissions, String[] guestPermissions);
Attachments
Issue Links
- is related to
-
LPS-3017 WikiPage should have groupId to speed up queries
- Closed