-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent adding legally closed organisations (#108)
The ODS API which we use to populate the autocomplete for the organisation search lets you filter out 'inactive' organisations, however you cannot filter out organisations which are legally closed but still operationally open. We can do a check for this, but this would have to happen on the subsequent page once an organisation has been selected. This design would prevent you continuing if you select one of these legally-closed organisations, by adding a warning message at the top and removing the Continue button. ## Screenshot ![Screenshot 2024-09-16 at 17 08 29](https://github.com/user-attachments/assets/62b553b9-0abf-4b66-9e53-8a6b0f34eb49)
- Loading branch information
1 parent
0394463
commit 569e807
Showing
3 changed files
with
25 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters