Liferay 7 Eclipse IDE override default categories behaviour
问题 I need to create a portlet in order to change the default category behaviour/interface in Liferay 7. My objective is to duplicate assetcategory table, expand and change its columns, and use this new table as a reference for categories within Liferay backend. Therefore there are three key points my portlet has to update: The category organization UI to create/update category tables on DB. I’m able to create a new Liferay module project ( panel-app template) which can present the UI backend