-
Notifications
You must be signed in to change notification settings - Fork 71
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
テスト環境におけるイベント日時の秒数入力フォームを削除 #7441
テスト環境におけるイベント日時の秒数入力フォームを削除 #7441
Conversation
@a-terumoto-gs |
おつかれさまです! レビュー依頼ありがとうございます。 よろしくお願いいたしますm(__)m |
@umizaru 書いていただいている通りの手順で自身の環境で変更を確認したところ、4つの該当ページすべてで秒数表示がされる状態のままとなっておりました。 また、変更前の画面のスクリーンショットも追加していただけるとわかりやすさが増してより良いと思います! よろしくお願いしますm(__)m |
@umizaru DBがそのままだったことが変更が反映されない原因だったようで、 また追加で細かいところですが、変更確認のために貼ってある4つのリンクのうち最後のものだけ編集画面になっていませんでした! コードの変更点には問題ないと思いますので、 |
@a-terumoto-gs
全体見ていただいて問題なさそうでしたらApproveいただければと思います! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@umizaru
対応ありがとうございます。確認しました!
わたしからはApproveとさせていただきます!
おつかれさまでした(^^)
@komagata |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
確認させていただきました。OKです~👌
リリースされたのでクローズします! |
@umizaru リリースされたらクローズではなく、リリース後に本番環境で動作確認をして問題なかったらクローズをお願いしたいです~。 |
Issue
概要
テスト環境において、特別イベントを編集するとき画面上に表示される秒数入力の部分を表示されないようにしました。
変更確認方法
bug/remove_seconds_input_form_of_event_date_in_test_environment
をローカルに取り込むgit checkout bug/remove_seconds_input_form_of_event_date_in_test_environment
でローカルブランチを移動rails db:reset
bin/setup
を実行foreman start -f Procfile.dev
を実行イベント開始日時
、イベント終了日時
、募集開始日時
、募集終了日時
の入力欄で秒数が表示されていないことを確認募集期間前のイベント
募集期間後のイベント
募集期間中のイベント(補欠者なし)
募集期間中のイベント(補欠者あり)
Screenshot
変更前
変更後