GEM: 保存リストのファイル形式選択ポップアップがDefinition設定と不整合 (ドキュメント修正) 対応#65
Open
xlei-duoce wants to merge 3 commits into
Open
Conversation
…wnloadのダウンロードしたFile typeに関して説明追加
Contributor
There was a problem hiding this comment.
Pull request overview
保存リストの「ファイル形式選択ポップアップ」の挙動について、Definition 側(Aggregation / EntityListing の File type)と整合するようにドキュメント記述を修正するPRです。あわせて、現在参照されていない savedListFileSupportType 設定の記載を削除し、誤解を招く説明を解消しています。
Changes:
EnterpriseGemConfigServiceの設定項目/設定例からsavedListFileSupportTypeの記載を削除(日本語・英語)- 保存リストの直接ダウンロード時のファイル形式決定ロジックを、Aggregation/EntityListing 定義の
File typeに従う旨へ記述を更新 - SavedList ドキュメント内の旧「File type」説明(
savedListFileSupportTypeへのフォールバック記述含む)を削除
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| serviceconfig/src/docs/asciidoc/gem/gemconfigservice_ja.adoc | savedListFileSupportType の設定項目/設定例を削除し、現行仕様に合わせた記述へ整理 |
| serviceconfig/src/docs/asciidoc/gem/gemconfigservice_en.adoc | 英語版も同様に savedListFileSupportType の記載を削除 |
| developerguide/src/docs/asciidoc/entitylisting/savedlist.adoc | 直接ダウンロード時のファイル形式が Definition の File type に従うこと、SPECIFY の場合に選択ダイアログが出ることを明記 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
yuichi-github
approved these changes
May 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
保存リストのファイル形式選択ポップアップがDefinition設定と不整合 のドキュメント修正対応