掲示板

Liferay 7 control menu not displaying in vm theme

thumbnail
7年前 に Syed Nasar によって更新されました。

Liferay 7 control menu not displaying in vm theme

Junior Member 投稿: 64 参加年月日: 15/09/03 最新の投稿
Hi,
I developed vm theme using plugin sdk and deployed succesfully.
But It showing
An app that can VIEW com.liferay.admin.kernel.util.PortalProductNavigationControlMenuApplicationType$ProductNavigationControlMenu belongs here. Please contact the portal administrator or install such an app from the Liferay Marketplace.
at the top of the page (i.e at the place of dockbar).
thumbnail
7年前 に Julio Camarero によって更新されました。

RE: Liferay 7 control menu not displaying in vm theme

Liferay Legend 投稿: 1668 参加年月日: 08/07/15 最新の投稿
Hi Syed,

This is known bug: LPS-67225

It is fixed in the latest fix pack and it will also be fixed in GA3.

cheers!
thumbnail
7年前 に Syed Nasar によって更新されました。

RE: Liferay 7 control menu not displaying in vm theme

Junior Member 投稿: 64 参加年月日: 15/09/03 最新の投稿
Julio Camarero:
Hi Syed,

This is known bug: LPS-67225

It is fixed in the latest fix pack and it will also be fixed in GA3.

cheers!


Hi julio,

Thanks for the response.
So, how can I solve this?
7年前 に Gilad Reich によって更新されました。

RE: Liferay 7 control menu not displaying in vm theme

New Member 投稿: 10 参加年月日: 16/07/21 最新の投稿
Syed Nasar:

Hi julio,

Thanks for the response.
So, how can I solve this?


Been working the last days a lot with template files and did a code conversion to a big project theme from velocity to freemarker.
So what i can suggest you, think about migrating your theme into freemarker, because the support is much better these days.
Or alternative which i would suggest only if you really wishing to stick to velocity, is generating a freemarker theme and do a code conversion to velocity and look for the problem where there is a mistake in liferay sourcecode and try to work around that.

Hopefully that helps emoticon