Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
liferay-ce-portal-7.3.5-ga6 Menu edit web content missing in portlet editio
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
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
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?
Finally, it's resolved. portlet.ftl need to be updated with the Liferay 7.3.5-ga6 version
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.
Powered by Liferay™