the-canonizer / canonizer-service

2 stars 0 forks source link

Camp Leader Functionality: Sign button should be disabled for second user who already signed the camp #313

Open hassaanCD opened 6 months ago

hassaanCD commented 6 months ago

If second user already signed the camp and delegated to camp leader then sign button should be disabled for him as well. But not for other camps. Currently we have disabled the sign button for the current camp leader.

Steps: User A create topic Now user A is camp leader so sign button must not shown to user A User B sign the camp of (User A) and then add delegate support After successfully added delegate support by User B the sign button must be disable for User B

M-Darab commented 5 months ago

@wahaj-hafeez It should show "Manage Support" button once the user Signs the camp.

wahaj-hafeez commented 5 months ago

PR: https://github.com/the-canonizer/canonizer-3.0-frontend/pull/1788

hassaanCD commented 5 months ago

Working fine on development

akashgit77 commented 4 months ago

@M-Darab Not working fine, Button is still enabled.

wahaj-hafeez commented 4 months ago

@akashgit77 ! The sign button was not disabling in the case of social login, Now, I have fixed, tested and raised the PR for this issue.

PR: https://github.com/the-canonizer/canonizer-3.0-frontend/pull/1852