The "hard" bed assignment rule (no more patients incl. accompanying person than beds in a room) is only enforced client-side, not server-side. That means that it is possible to break this rule when not using our interface.
SUggestion: add a simple check for this in the AssignPatientView.
Describe the Bug
The "hard" bed assignment rule (no more patients incl. accompanying person than beds in a room) is only enforced client-side, not server-side. That means that it is possible to break this rule when not using our interface.
SUggestion: add a simple check for this in the
AssignPatientView
.Steps to Reproduce
Expected Behavior
Actual Behavior
Additional Information
Traceback
``` ```