FriendsOfFlarum / pages

Create custom static pages in Flarum
https://discuss.flarum.org/d/18301
MIT License
23 stars 12 forks source link

Deleting a page does not refresh the page list #18

Closed clarkwinkelmann closed 3 years ago

clarkwinkelmann commented 4 years ago

After clicking on the cross and confirming deletion, the page is still listed in the admin panel until a refresh is manually performed.

The page is deleted from the store with page.delete(), but the list of pages has its own array of pages that is not affected by it.