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

#677 カレンダーから活動の編集ポップアップが開かなくなることがある不具合の修正 #1061

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

Conversation

K-Haruto
Copy link
Collaborator

@K-Haruto K-Haruto commented Aug 4, 2024

関連Issue / Related Issue

不具合の内容 / Bug

  • 活動を複数回クリックすると編集ポップアップが開かなくなる

原因 / Cause

  • 活動がクリック連打されることでAjaxの処理が重複している

変更内容 / Details of Change

  • 編集画面が表示されるまではshowEditModalの処理が実行されないように修正

カレンダーの任意のエリアをクリック連打しても不具合が発生しない理由は, performingDayClickOperationによりshowCreateModalが実行されないように制限されていたため.
本件の場合も同様にshowEditModalOperationによりshowEditModalが実行されないように制限を施した.

スクリーンショット / 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