getkirby / kirby

Kirby's core application folder
https://getkirby.com
Other
1.32k stars 168 forks source link

[3.6-rc.2] Error notifications not working anymore #3890

Closed distantnative closed 3 years ago

distantnative commented 3 years ago

CleanShot_2021-11-01_at_19 29 33

These calls have no effect anymore.

It used to be that k-error-dialog automatically displays itself if there is an error notification set in the store: https://github.com/getkirby/kirby/blob/main/panel/src/components/Dialogs/ErrorDialog.vue

The component got refactored to work for Fiber responses that return an error: https://github.com/getkirby/kirby/blob/develop/panel/src/components/Dialogs/ErrorDialog.vue

However, the whole notification store logic was completely dropped and also not moved to any other part of the Panel code. We need to reintroduce that logic.

bastianallgeier commented 3 years ago