-
Notifications
You must be signed in to change notification settings - Fork 30
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
Remove DoNotBreed from animal #213
Comments
Maybe this should be a BreedControl event, so you can set it to Do Not Breed, or Allow Breeding. |
We like the idea of a BreedControl event. |
We use a DELETE event to switch from the status do not breed to allow breeding. |
Proposing that we add a boolean doNotBreed attribute to the icarReproDoNotBreedEventResource. This allows an observer to turn off the reproductiveStatus "DoNotBreed". For backwards compatibility, this will be nullable and true by default, so that it must be explicitly specified as false to clear the DoNotBreed status. |
Added a boolean, nullable (default true) *doNotBreed* to document toggling the reproductive status "Do Not Breed" on or off. Fixes adewg#213
Fine solution :-) |
Hi,
Do you have any suggestion how to remove a DoNotBreed label from an animal?
When a client are using the DoNotBreed ressource, it sets a DNB label to an animal, but the ressource, as I understand, can not remove it again?
The text was updated successfully, but these errors were encountered: