-
Notifications
You must be signed in to change notification settings - Fork 15
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
Allow to flag patients as deceased #98
Conversation
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.
Just a minor translation change required
default=u"Deceased"), | ||
description=_( | ||
u"description_patient_deceased", | ||
default=u"Select if the patient died"), |
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 this would fit better:
"Select this option if the patient is deceased"
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.
Thanks for this change!
Description of the issue/feature this PR addresses
This Pull Request allows to flag patients as deceased. It also adds a filter button "Deceased" in patients listing, as well a dagger mark next to the fullname.
Current behavior before PR
Is not possible to flag patients as deceased
Desired behavior after PR is merged
Is possible to flag patients as deceased
--
I confirm I have tested this PR thoroughly and coded it according to PEP8
and Plone's Python styleguide standards.