Sunday, June 9, 2024
1 change · master
Enhancements to existing features
The Knowledge permission panel is now smoother and more reliable when changing article access, inviting users, or moving articles. Users see clearer loading feedback, avoid unnecessary page refreshes, and are less likely to lose unsaved article changes when permissions change.
Original PR description
This PR suggests some improvements and fix for the permission panel of Knowledge. - Display the loading icon when the request that loads the data is pending. - Reload the article tree hierarchy when the category of the article changes (after changing the permission). - Save the user changes when the user is about to lose access to the article (after changing the permission). - Improve the code quality of the permission panel. - Avoid reloading the view when the user invites a new user or close the invitation wizard. task-2852905