Reputation: 3348
Is it possible to edit portlet/page in Control Panel in Liferay 7.0 ga4? In my case, I want to add a custom column in Users table in 'Users and Organizations' section.
Upvotes: 0
Views: 159
Reputation: 48057
Yes, it's possible, and you do so just like you'd do for any other stock portlet. While there are extra mechanics to make them appear in control panel, you don't need to get in contact with these if you just modify.
Inspect the Dom to get a hint for the portlet that you're looking for.
An alternative that'd be better maintainable would be to write your own portlet instead of modifying an existing one. But that's not what you ask for here.
Upvotes: 1