funidata / hybridilusmu

Hybridityöskentelyn tukisovellus Slack-integraatiolla, HY Ohtuprojekti 2021 syksy
https://funidata.github.io/hybridilusmu/
1 stars 0 forks source link

Fix office modify modal implementation #96

Closed VoxBorealis closed 1 month ago

VoxBorealis commented 1 year ago

Modifying an office (so far only encountered when modifying the office emoji) sometimes causes a Slack error as seen below.

Image

This is probably caused by the current implementation of opening new modals within a modal. Rather than pushing a new view to the modal stack, we update the previous view with the new modal.

TODO