mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 05:30:12 +08:00
NestedFolderPicker: Migrate to app platform API (#106926)
* Add /children endpoint * Update folder client * Add comment * Add feature toggle * Add new version of useFoldersQuery * Error handling * Format * Rename feature toggle * Remove options and move root folder constant * Fix feature toggle merge * Add feature toggle again * Rename useFoldersQuery files * Update API spec * Fix test * Add test * Better typings --------- Co-authored-by: Clarity-89 <homes89@ukr.net>
This commit is contained in:
@ -88,6 +88,15 @@ func TestIntegrationFoldersApp(t *testing.T) {
|
||||
"get"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "folders/children",
|
||||
"singularName": "",
|
||||
"namespaced": true,
|
||||
"kind": "FolderList",
|
||||
"verbs": [
|
||||
"get"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "folders/counts",
|
||||
"singularName": "",
|
||||
|
Reference in New Issue
Block a user