We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I just found the Payment link in the Routes wasn't showing because it depends on flag.allow_payment which I didn't have in ACUS.
The text was updated successfully, but these errors were encountered:
packages/amber/views/Settings/AddNewYearDialog.tsx # 60
60,1: const flags = ['flag.allow_game_signup', 'flag.allow_registration', 'flag.display_gamebook', 'flag.display_schedule']
Flags in database in table setting:
flag.display_virtual_details flag.dev_use_detail_room_quantities flag.is_beta flag.send_admin_email flag.display_schedule flag.allow_registration flag.allow_game_signup flag.display_gamebook flag.allow_payment
Sorry, something went wrong.
Right now allow_payment isn't reset for a new year.
No branches or pull requests
I just found the Payment link in the Routes wasn't showing because it depends on flag.allow_payment which I didn't have in ACUS.
The text was updated successfully, but these errors were encountered: