ルック&フィールコンフィギュレーションポップアップがない

問題

  • DXP 7.4 のアップデート25では問題なく動作しているにもかかわらず、カスタムプラグインを使用した 'Look and Feel Configuration' のポップアップが空白または欠損しています。

Environment

  • Liferay DXP 7.4

解決策

  • 観測された動作は、 LPS-147681に起因するものです。 そのため、 xyzPortlet.java クラスに、 "javax.portlet.version=3.0"を追加するための修正が必要である。
    @Component(
    immediate = true,
    property = {
    "com.liferay.portlet.display-category=category.sample",
    "com.liferay.portlet.header-portlet-css=/css/main.css",
    "com.liferay.portlet.instanceable=true",
    "javax.portlet.display-name=xyzlWeb",
    "javax.portlet.init-param.template-path=/",
    "javax.portlet.init-param.view-template=/view.jsp",
    "javax.portlet.name=" + xyzWebPortletKeys.xyzWEB,
    "javax.portlet.resource-bundle=content.Language",
    "javax.portlet.security-role-ref=power-user,user",
    "javax.portlet.version=3.0"
    },
    service = Portlet.class
    )

追加情報

  • カスタム開発やカスタマイズのご相談は、'Global Service Team' までご連絡ください。

この記事は役に立ちましたか?
0人中0人がこの記事が役に立ったと言っています