* create FolderStore * update usages to provide context * implement methods to get folder by ID and UID * update folder service to use store methods
Refactors GetPluginDashboards/LoadPluginDashboard by moving database interaction from plugin management to the plugindashboards service. Fixes #44553 Co-authored-by: Will Browne <wbrowne@users.noreply.github.com>
* move dashboard store mock to parent package to avoid cycle of dependencies * add scope resolver for folders that resolves names to id