留言板

How to remove instanceable "6nhFGZvo5OZq" on URL (Liferay 7)

thumbnail
SKTT1. Faker,修改在7 年前。

How to remove instanceable "6nhFGZvo5OZq" on URL (Liferay 7)

New Member 帖子: 21 加入日期: 16-4-2 最近的帖子
I 've Override class AssetPublisherPortlet in AssetPublisherWebPortlet
Detail : In @Component I set com.liferay.portlet.instanceable=false
and in routes.xml I set
<route>
<pattern>/{userIdAndInstanceId}/{urlTitleemoticon?!id/)[^/]+}/{groupId:\d+}</pattern>
<ignored-parameter name="assetEntryId" />
<implicit-parameter name="type">content</implicit-parameter>
<implicit-parameter name="mvcPath">/view_content.jsp</implicit-parameter>
<implicit-parameter name="p_p_state">normal</implicit-parameter>
</route>

URL still not change: http://localhost:8080/web/guest/page-view/-/example/6nhFGZvo5OZq/demo-web-content
So What I ve to do, any one help me?
Thanks!
thumbnail
SKTT1. Faker,修改在7 年前。

RE: How to remove instanceable "6nhFGZvo5OZq" on URL (Liferay 7)

New Member 帖子: 21 加入日期: 16-4-2 最近的帖子
...
thumbnail
SKTT1. Faker,修改在7 年前。

RE: How to remove instanceable "6nhFGZvo5OZq" on URL (Liferay 7)

New Member 帖子: 21 加入日期: 16-4-2 最近的帖子
........