[9.4.x]: API: Fix "Updated by" Column in dashboard versions table (#65626)
* API: Fix "Updated by" Column in dashboard versions table (#65351)
* API: Fix dashboard versions created by field
* Add tests
* Update OpenAPI specs
* Apply suggestion from code review
(cherry picked from commit 3cd3bb00ec)
* Fix guardian call
This commit is contained in:
@@ -66,7 +66,6 @@ type ListDashboardVersionsQuery struct {
|
||||
Limit int
|
||||
Start int
|
||||
}
|
||||
|
||||
type DashboardVersionDTO struct {
|
||||
ID int64 `json:"id"`
|
||||
DashboardID int64 `json:"dashboardId"`
|
||||
|
||||
Reference in New Issue
Block a user