Skip to content

協賛金回収完了から未回収へ変更できないよう修正 #936

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

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

Conversation

Chikuwa0141
Copy link
Collaborator

対応Issue

収支管理ページ実装に向けた協賛活動一覧の修正

概要

協賛活動一覧の編集モーダルにおいて、協賛金の回収ステータスを「回収完了」から「未回収」に変更できないように修正しました。

画面スクリーンショット等

image

テスト項目

備考

@Chikuwa0141 Chikuwa0141 self-assigned this Mar 3, 2025
Copy link
Collaborator

@hikahana hikahana left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

コードしか見てないけど
LGTM

<option value='未回収' selected={data.isDone === false}>
未回収
</option>
{!data.isDone && <option value={'未回収'}>未回収</option>}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

selected={data.isDone === false}てなくても問題なさそう?

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.

3 participants