rcpch / rcpch-audit-engine

Epilepsy12 Audit Platform
https://e12.rcpch.ac.uk/
GNU Affero General Public License v3.0
5 stars 4 forks source link

Fixes Organisation search bar doesn't maintain organisation once selected #986

Closed dc2007git closed 1 month ago

dc2007git commented 1 month ago

Overview

When using E12 in development, once an organisation is selected, it disappears from the search bar, which I feel is a little less intuitive than keeping the title of the organisation in the search bar:

Before PR:

image

After PR:

image

@eatyourpeas what do you think of this? I know @nikyraja and @AmaniKrayemRCPCH wanted to make it more obvious to users that they could view patients in their trust as well, but I don't feel this goes against that too much. Perhaps there is a better way to make it more obvious that users can view trust-wide patients, not just organisation-wide.

Code changes

Removes an .exclude() statement from view

Documentation changes (done or required as a result of this PR)

N/A

Related Issues

Closes #982