MDC: 参照コンボの表示タイプを追加(ドキュメント) - #89
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
MDC の Reference 型 Property に新しい表示タイプ REFCOMBO(参照コンボ) を追加したことに伴い、検索条件画面および詳細/編集画面の開発者向けドキュメントを拡充する PR です。
Changes:
- 検索条件(Search)向けドキュメントに REFCOMBO の表示タイプ追記と「参照コンボ設定」セクションを追加
- 詳細/編集(Detail)向けドキュメントに REFCOMBO の表示タイプ追記と「参照コンボ設定」セクションを追加
- 各種設定一覧(適用対象タイプ一覧)に REFCOMBO を反映
Reviewed changes
Copilot reviewed 2 out of 10 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| developerguide/src/docs/asciidoc/materialdesigncomponents/entityview/searchlayout.adoc | 検索条件向けに REFCOMBO の説明・設定項目・操作例を追加 |
| developerguide/src/docs/asciidoc/materialdesigncomponents/entityview/detaillayout.adoc | 詳細/編集向けに REFCOMBO の説明・設定項目を追加 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
NonakaKazuhiro
self-requested a review
July 13, 2026 08:33
NonakaKazuhiro
approved these changes
Jul 13, 2026
h-terazaki
requested review from
yuichi-github
and removed request for
yuichi-github
July 15, 2026 00:35
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 10 changed files in this pull request and generated no new comments.
Comments suppressed due to low confidence (2)
developerguide/src/docs/asciidoc/materialdesigncomponents/entityview/searchlayout.adoc:2294
- 「WHERE句に指定する条件を指定してください。」は「指定」が重複しており読みづらいので、表現を整理した方がよいです(例: "WHERE句で指定する条件を記述してください")。
|上位コンボの選択肢を取得する際に自動的に付与される検索条件をPreparedQuery形式で指定します。 WHERE句に指定する条件を指定してください。
developerguide/src/docs/asciidoc/materialdesigncomponents/entityview/detaillayout.adoc:2223
- 「WHERE句に指定する条件を指定してください。」は「指定」が重複しており読みづらいので、表現を整理した方がよいです(例: "WHERE句で指定する条件を記述してください")。
|上位コンボの選択肢を取得する際に自動的に付与される検索条件をPreparedQuery形式で指定します。 WHERE句に指定する条件を指定してください。
yuichi-github
approved these changes
Jul 28, 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.
MDC: Reference型Propertyの表示タイプ REFCOMBO を追加のドキュメント修正。
検索条件と詳細画面、編集画面が対象。