Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
5.1 EE SP1 (5.1.4)
-
None
-
All
Description
Getting resource actions has been simplified with the addition of two new methods in ResourceActionsUtil. The first method is
public static List<String> getResourceActions(String name);
The above method can be used in place of getModelResourceActions(String name) and getPortletResourceActions(String name). The new method will determine the appropriate resource to return based on the name.
The second method is
public static List<String> getResourceCommunityDefaultActions(String name);
The above method can be used in place of getModelResourceCommunityDefaultActions(String name)and getPortletResourceCommunityDefaultActions(String name). The new method will determine the appropriate resource to return based on the name.
Attachments
Issue Links
- is related to
-
LPS-3128 Add ResourceActionsUtil.getResourceActions() and getResourceCommunityDefaultActions() helper methods
- Closed