-
Notifications
You must be signed in to change notification settings - Fork 17
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
Make the workplan filters multi select #1071
Conversation
epictrack-api/manage.py
Outdated
@@ -24,7 +24,7 @@ | |||
from flask.cli import FlaskGroup | |||
|
|||
|
|||
APP = create_app(run_mode='migration') | |||
APP = create_app() |
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.
I think we don't need to remove the 'run_mode'. I know that you did this so that you can run the application.right?
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.
I will revert this, I can always just remove it temporarily locally to run it
task#927
Description: