mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 05:30:12 +08:00
Unistore: refactor provisioning to work with folder service (#99473)
This commit is contained in:
@ -240,9 +240,9 @@ func (s *Service) getFolderByTitleFromApiServer(ctx context.Context, orgID int64
|
||||
Key: folderkey,
|
||||
Fields: []*resource.Requirement{
|
||||
{
|
||||
Key: resource.SEARCH_FIELD_TITLE,
|
||||
Key: resource.SEARCH_FIELD_TITLE_SORT,
|
||||
Operator: string(selection.In),
|
||||
Values: []string{title},
|
||||
Values: []string{strings.ToLower(title)},
|
||||
},
|
||||
},
|
||||
Labels: []*resource.Requirement{},
|
||||
|
Reference in New Issue
Block a user