User / Account model split, User and account now seperate entities, collaborators are now AccountUsers
This commit is contained in:
@@ -39,7 +39,7 @@ func ProxyDataSourceRequest(c *middleware.Context) {
|
||||
|
||||
query := m.GetDataSourceByIdQuery{
|
||||
Id: id,
|
||||
AccountId: c.UsingAccountId,
|
||||
AccountId: c.AccountId,
|
||||
}
|
||||
|
||||
err := bus.Dispatch(&query)
|
||||
|
||||
Reference in New Issue
Block a user