legacy-knowledge-base
公開されました Jun. 30, 2025

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

written-by

Kanchan Bisht

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

legacy-article

learn-legacy-article-disclaimer-text

問題

  • 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' までご連絡ください。

did-this-article-resolve-your-issue

legacy-knowledge-base