mbartn
mbartn

Reputation: 3348

How to edit default portlet in Liferay 7 Control Panel?

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.

Users and organizations - control panel

Upvotes: 0

Views: 159

Answers (1)

Olaf Kock
Olaf Kock

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

Related Questions