Forums de discussion

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

thumbnail
SKTT1. Faker, modifié il y a 7 années.

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

New Member Publications: 21 Date d'inscription: 02/04/16 Publications récentes
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, modifié il y a 7 années.

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

New Member Publications: 21 Date d'inscription: 02/04/16 Publications récentes
...
thumbnail
SKTT1. Faker, modifié il y a 7 années.

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

New Member Publications: 21 Date d'inscription: 02/04/16 Publications récentes
........