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

ボードのドキュメントとメディアの列を修正する

written-by

Alvaro Cabello Díaz

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

  • DXP 7.4

解決策

  • ユーザーがこのボードで見ることができる列を変更するために作成されたプロパティがあります:
    dl.entry.columns
    デフォルトではこれらの値になっている:
    dl.entry.columns=name,size,status,modified-date,create-date,action
    しかし、ダウンロードを追加してダウンロード数を見ることもできる。
    このように表示されます:
    dl.entry.columns=name,size,downloads,status,modified-date,create-date,action
  • この順番は、アプリケーション上で列が表示される順番となるため、重要である。
  • その後、サーバーを再起動すると、ボード上に希望のカラムが表示されます。

did-this-article-resolve-your-issue

legacy-knowledge-base