-
Notifications
You must be signed in to change notification settings - Fork 1
Accommodations and Services tabs not loading in organisation edit modal #155
Description
Summary
In the organisation edit modal at admin.streetsupport.net/organisations, the Accommodations and Services tabs fail to load any content. The main organisation details tab works correctly and saves data successfully.
Steps to Reproduce
- Navigate to https://admin.streetsupport.net/organisations
- Open an organisation edit modal
- Switch to the Accommodations tab
- Attempt to view existing accommodations or add a new one
- Repeat with Services tab
Expected Behaviour
- Accommodations tab should display existing accommodations for the organisation
- Services tab should display existing services for the organisation
- Should be able to add new accommodations/services
- Should be able to edit existing accommodations/services
Actual Behaviour
- Nothing loads in the Accommodations tab
- Nothing loads in the Services tab
- Cannot add new accommodations or services
- Main organisation details tab continues to work normally
Additional Context
- User role: SuperAdmin
- Issue persists and is still reproducible
- Problem appears to be specific to the nested tabs within the organisation edit modal
- Likely related to tab state management or API calls for fetching related entities
Additional Context
- Page URL: https://admin.streetsupport.net/organisations
- Content type: something else
- Can still reproduce: yes
- CMS Role: super admin
- Triage confidence: high
Original report
Reporter: james (james@jmcross.uk)
Submitted: 2026-04-02T13:45:53.297Z
What they were trying to do:
Edit an organisation's accommodations. Opened the edit modal and switched to the Accommodations tab to view and update the listings.
What happened instead:
Nothing loads in the Accommodations tab. Tried adding a new accommodation but that didn't work either. Same thing happens with Services tab. The main organisation details tab saves fine though.
Triage reasoning: This is clearly an admin CMS UI issue affecting the organisation edit modal tabs. The problem is with the frontend tab functionality and data loading, which belongs in the admin repo.