RE: RE: liferay-ce-portal-7.3.5-ga6 Menu edit web content missing in portlet editio

Jamie Sammons, modified 1 Year ago. New Member Posts: 3 Join Date: 10/6/23 Recent Posts

I upgraded from Liferay 7.0-ga4 to liferay 7.3.5-ga6 and can't edit web content anymore because Edit option is missing (it's not css issue, it's missing in the DOM) 

the problem war already raised here but no solution was given
https://liferay.dev/ask/questions/development/i-can-t-edit-web-content-in-a-life
ray-dxp-page-1 
Help please

vinoth kumar, modified 11 Months ago. New Member Posts: 24 Join Date: 6/13/23 Recent Posts

Hi nirina,

Try re-installing bundle. I can able to edit with same bundle as yours with absolutely no issues and let me know if any errors in your Js console after adding this property in portal-ext.properties.

javascript.log.enabled=true

Thanks

Jamie Sammons, modified 1 Year ago. New Member Posts: 3 Join Date: 10/6/23 Recent Posts

Thank you vinoth,
I find out that if I use Liferay classic theme, edit content menu is shown, that means it's related to the custom theme we use in our site? Do you have an idea in which part of the custom theme this could be?

 

Jamie Sammons, modified 1 Year ago. New Member Posts: 3 Join Date: 10/6/23 Recent Posts

Finally, it's resolved. portlet.ftl need to be updated with the Liferay 7.3.5-ga6 version

vinoth kumar, modified 11 Months ago. New Member Posts: 24 Join Date: 6/13/23 Recent Posts

Looks good! Try updating compatability in liferay-look-and-feel.xml with your working LR version like this In case you are upgrading in future.

<compatibility>

<version>7.2.1+</version>

<version>7.3.5+</version>

</compatibility>

Thanks.