fix(contexts): keep active context visible when not yet in OSIS #207
No reviewers
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_archipelagos!207
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_fix_contexts_island_active_visible"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The Contexts island's mount-time fetch replaces the displayed list with whatever OSIS returns. If the active context (e.g. seeded
geomind) isn't in OSIS, it disappears from the island and the user can't switch back. Mirror of the merge-pattern fix from hero_os#126, this time in the island view.Related Issue
Closes #205
Changes
Prepended the active context to the fetched list when missing.
Test Results
cargo check --features webclean. Browser verification deferred to post-merge (local hero_os rebuild against unmerged hero_archipelagos triggers the documented type-instance cascade).