Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ドキュメントモジュールの一覧から検索を行うと勝手に無効化される不具合の修正 #1174

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Ryon1211
Copy link
Collaborator

関連Issue / Related Issue

不具合の内容 / Bug

  1. ドキュメントモジュールの一覧画面にてEnterキーを押して検索を実行すると、「成功」のメッセージが表示される。
  2. 検索結果をクリアで解除すると、一覧先頭のファイル名のリンクが外れている。

原因 / Cause

  1. Enter押下の際に一覧のインライン編集の保存イベントが発火していた。(ドキュメントモジュールはインライン編集はもともとの仕様で不可)
  2. 有効無効の値が更新されて、無効になっていた

変更内容 / Details of Change

  1. インライン編集が使用しないモジュールでは、原因となったイベントがセットされないように修正

スクリーンショット / Screenshot

影響範囲 / Affected Area

  • 検索機能を持つ一覧画面
  • インライン編集機能

チェックリスト / Check List

  • 自らテストを行った
  • 不必要な変更が無い
  • 影響範囲の検討を行った

備考 / Remarks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[不具合]ドキュメントのファイル名のダウンロードリンクが勝手に無効化される
1 participant