-
Notifications
You must be signed in to change notification settings - Fork 0
Extend tournament edit page by playoff generation variables #41
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
base: master
Are you sure you want to change the base?
Conversation
houndci-bot
left a comment
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.
Some files could not be reviewed due to errors:
Cannot find module 'eslint-config-google'
Cannot find module 'eslint-config-google'
Referenced from: .eslintrc
Error: Cannot find module 'eslint-config-google'
at ModuleResolver.resolve (/home/linters/app/versions/eslint-4.18.2/node_modules/eslint/lib/util/module-resolver.js:74:19)
at resolve (/home/linters/app/versions/eslint-4.18.2/node_modules/eslint/lib/config/config-file.js:479:28)
at load (/home/linters/app/versions/eslint-4.18.2/node_modules/eslint/lib/config/config-file.js:551:26)
at configExtends.reduceRight (/home/linters/app/versions/eslint-4.18.2/node_modules/eslint/lib/config/config-file.js:425:36)
at Array.reduceRight ()
at applyExtends (/home/linters/app/versions/eslint-4.18.2/node_modules/eslint/lib/config/config-file.js:403:26)
at loadFromDisk (/home/linters/app/versions/eslint-4.18.2/node_modules/eslint/lib/config/config-file.js:523:22)
at Object.load (/home/linters/app/versions/eslint-4.18.2/node_modules/eslint/lib/config/config-file.js:559:20)
at Config.getLocalConfigHierarchy (/home/linters/app/versions/eslint-4.18.2/node_modules/eslint/lib/config.js:227:44)
at Config.getConfigHierarchy (/home/linters/app/versions/eslint-4.18.2/node_modules/eslint/lib/config.js:179:43)
4822200 to
1c9c6b2
Compare
houndci-bot
left a comment
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.
Some files could not be reviewed due to errors:
Cannot find module 'eslint-config-google'
Cannot find module 'eslint-config-google'
Referenced from: .eslintrc
Error: Cannot find module 'eslint-config-google'
at ModuleResolver.resolve (/home/linters/app/versions/eslint-4.18.2/node_modules/eslint/lib/util/module-resolver.js:74:19)
at resolve (/home/linters/app/versions/eslint-4.18.2/node_modules/eslint/lib/config/config-file.js:479:28)
at load (/home/linters/app/versions/eslint-4.18.2/node_modules/eslint/lib/config/config-file.js:551:26)
at configExtends.reduceRight (/home/linters/app/versions/eslint-4.18.2/node_modules/eslint/lib/config/config-file.js:425:36)
at Array.reduceRight ()
at applyExtends (/home/linters/app/versions/eslint-4.18.2/node_modules/eslint/lib/config/config-file.js:403:26)
at loadFromDisk (/home/linters/app/versions/eslint-4.18.2/node_modules/eslint/lib/config/config-file.js:523:22)
at Object.load (/home/linters/app/versions/eslint-4.18.2/node_modules/eslint/lib/config/config-file.js:559:20)
at Config.getLocalConfigHierarchy (/home/linters/app/versions/eslint-4.18.2/node_modules/eslint/lib/config.js:227:44)
at Config.getConfigHierarchy (/home/linters/app/versions/eslint-4.18.2/node_modules/eslint/lib/config.js:179:43)
houndci-bot
left a comment
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.
Some files could not be reviewed due to errors:
Cannot find module 'eslint-config-google'
Cannot find module 'eslint-config-google'
Referenced from: .eslintrc
Error: Cannot find module 'eslint-config-google'
at ModuleResolver.resolve (/home/linters/app/versions/eslint-4.18.2/node_modules/eslint/lib/util/module-resolver.js:74:19)
at resolve (/home/linters/app/versions/eslint-4.18.2/node_modules/eslint/lib/config/config-file.js:479:28)
at load (/home/linters/app/versions/eslint-4.18.2/node_modules/eslint/lib/config/config-file.js:551:26)
at configExtends.reduceRight (/home/linters/app/versions/eslint-4.18.2/node_modules/eslint/lib/config/config-file.js:425:36)
at Array.reduceRight ()
at applyExtends (/home/linters/app/versions/eslint-4.18.2/node_modules/eslint/lib/config/config-file.js:403:26)
at loadFromDisk (/home/linters/app/versions/eslint-4.18.2/node_modules/eslint/lib/config/config-file.js:523:22)
at Object.load (/home/linters/app/versions/eslint-4.18.2/node_modules/eslint/lib/config/config-file.js:559:20)
at Config.getLocalConfigHierarchy (/home/linters/app/versions/eslint-4.18.2/node_modules/eslint/lib/config.js:227:44)
at Config.getConfigHierarchy (/home/linters/app/versions/eslint-4.18.2/node_modules/eslint/lib/config.js:179:43)
betanummeric
left a comment
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.
The input fields are shown in tournaments that do not have a group stage. According to the ticket TURNIERE-245 the input fields should be hidden in this case.
Must be reviewed after #40 because I forgot to switch to master before branching :)