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

Only disable qualification button if qualifications are enforced #10598

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dunkOnIT
Copy link
Contributor

@dunkOnIT dunkOnIT commented Jan 10, 2025

Austrlian Nationals allows registration without meeting the qualification requirements, and this is allowed by our backend, but the event buttons are disabled in the frontend in all cases, meaning users can't register even if qualifications aren't enforced

Fixes #10593

@@ -297,18 +297,24 @@ export default function CompetingStep({
warning
list={formWarnings}
/>
{console.log("comp info")}
Copy link
Member

Choose a reason for hiding this comment

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

console.logs

Copy link
Contributor Author

Choose a reason for hiding this comment

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

every time

@FinnIckler
Copy link
Member

I am still a bit confused about allow_registration_without_qualification it just means they'll handle qualifications manually at the end?

@dunkOnIT
Copy link
Contributor Author

Yep exactly

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