-
Notifications
You must be signed in to change notification settings - Fork 79
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
Add to test coverage and fix label_data
form
#1037
Conversation
Officer
coverageOfficer
and Email
coverage
<form action="{{ url_for('main.label_data', image_id=image.id, department_id=department.id if department else 0) }}" | ||
method="post"> |
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.
This should address the error, @sea-kelp: #968 (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.
<b>Explanation</b>: after matching the officer's name, badge number, or face to the roster, enter the officer's OpenOversight ID here. | ||
</div> | ||
</div> | ||
</form> |
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 closing tag is here, @sea-kelp.
Officer
and Email
coveragelabel_data
form
I added to `Officer` and `Email` coverage in another PR and thought it'd be better to add in its own PR. I also addressed an issue with a broken `<form>` tag. - [x] This branch is up-to-date with the `develop` branch. - [x] `pytest` passes on my local development environment. - [x] `pre-commit` passes on my local development environment.
I added to `Officer` and `Email` coverage in another PR and thought it'd be better to add in its own PR. I also addressed an issue with a broken `<form>` tag. - [x] This branch is up-to-date with the `develop` branch. - [x] `pytest` passes on my local development environment. - [x] `pre-commit` passes on my local development environment.
I added to `Officer` and `Email` coverage in another PR and thought it'd be better to add in its own PR. I also addressed an issue with a broken `<form>` tag. - [x] This branch is up-to-date with the `develop` branch. - [x] `pytest` passes on my local development environment. - [x] `pre-commit` passes on my local development environment.
I added to `Officer` and `Email` coverage in another PR and thought it'd be better to add in its own PR. I also addressed an issue with a broken `<form>` tag. - [x] This branch is up-to-date with the `develop` branch. - [x] `pytest` passes on my local development environment. - [x] `pre-commit` passes on my local development environment.
Description of Changes
I added to
Officer
andEmail
coverage in another PR and thought it'd be better to add in its own PR. I also addressed an issue with a broken<form>
tag.Tests and linting
develop
branch.pytest
passes on my local development environment.pre-commit
passes on my local development environment.