legacy-knowledge-base
公開されました Jul. 2, 2025

記事の作成時にカテゴリの選択が機能しないのはなぜですか?

written-by

Sebastian Madaras

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

問題

  • ユーザーが新しい記事を作成している間、特定のサイトのカテゴリを選択することはできません。

Environment

  • Liferay ポータル 6.2
  • Liferay 7.0
  • Liferay 7.1
  • Liferay 7.2
  • Liferay DXP 7.3

解決策

  • カテゴリを選択できるようにするには、プロパティ「json.web.service.enabled」の値が「true」である必要があります。 portal.properties のプロパティの説明とデフォルト値を以下に示します。
 #
# Set this property to true to enable JSON web services. Note that setting
# this to false will prevent portlets that make JSON web service calls from
# working.
#
# Env: LIFERAY_JSON_PERIOD_WEB_PERIOD_SERVICE_PERIOD_ENABLED
#
json.web.service.enabled=true

追記:カテゴリが選択できなかった理由は、JSON WebサービスAPIが制限されていたためです。 これは、プロパティ「json.web.service.enabled=false」が Liferay システムでアクティブであることを意味します。

追加情報

did-this-article-resolve-your-issue

legacy-knowledge-base