Legacy Knowledge Base
Published Jun. 30, 2025

Actions menu duplicated in Documents and Media portlet after migration from 7.0 to 7.4

Written By

María Picado

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How to articles!

While we make every effort to ensure this Knowledge Base is accurate,it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

Legacy Article

You are viewing an article from our legacy "FastTrack" publication program, made available for informational purposes. Articles in this program were published without a requirement for independent editing or verification and are provided"as is" without guarantee.

Before using any information from this article, independently verify its suitability for your situation and project.

Issue

  • After an upgrade from 7.0 to 7.4 actions menu (three vertical dots) in Documents and Media portlet is duplicated.

Environment

  • Liferay DXP 7.4

Resolution

  • Before the upgrade, in 7.0 some entries in the portletpreferences table have the following duplicated value:
    <preference>
    <name>entryColumns</name>(...)
    <value>action</value>
    <value>action</value>
    </preference>
  • After migration to 7.4, existing records from 7.0 with the value "action" in the SMALLVALUE column appear twice in the portletpreferencevalue table.
  • This issue has been fixed in LPS-196242. Our recommendation would be to request the Support Department for a hotfix. Please note that, once the hotfix is installed it's necessary to repeat the upgrade. 
  • If in your case it is not possible to repeat the upgrade, you can consider the following option:
  • In order to remove these duplicate rows in 7.4, the attached script cleanDuplicatedActions.groovy has been created.
  • To execute the Script
    1. Go to Control Panel -> Server Administration -> Script.
    2. Copy the entire script content and paste it into the textbox.
    3. Click on the Execute button.

Additional Information

  • Make sure you have read the warning at the beginning of the resolution section before using the attached script.

 

Did this article resolve your issue ?

Legacy Knowledge Base