-
Type:
Story
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.1.0
-
Fix Version/s: 2.2.0
-
Component/s: Projects > Portlet
-
Labels:
When working in a Portlet class or a Remote Service Impl file, often a user will write code like this:
UserLocalServiceUtil.getUserGroup(....)
But when the user wants to look into the getUserGroup method to determine what is in there, it only opens the service facade/proxy classes, not the actual impl class (which is wired up via spring/reflection). We should be able to add a hyperlink from action to open the corresponding Impl class.
- relates
-
IDE-1808 Add UI tests for hyperlink
-
- Closed
-