mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 17:12:46 +08:00
2aa1482421
Meta report: https://meta.discourse.org/t/spurious-permissions-error-after-deleting-last-bookmark/161289 When deleting all bookmarks in their list, users were seeing an "access denied" message instead of the regular no content message. This is because when we were calling loadMore and no further results were returned, we were presuming the null response from the resolved promise meant that there was a permissions error. Fixed this and moved the message into a computed property to show the correct message. |
||
---|---|---|
.. | ||
assets | ||
controllers | ||
helpers | ||
jobs | ||
mailers | ||
models | ||
serializers | ||
services | ||
views |