Saving home dashboard id in table

This commit is contained in:
utkarshcmu
2016-03-16 23:22:27 -07:00
parent a88176e060
commit 749fd618a9
4 changed files with 30 additions and 6 deletions

View File

@@ -39,7 +39,7 @@ type SavePreferencesCommand struct {
UserId int64
OrgId int64
HomeDashboardId int64
Timezone string
Theme string
HomeDashboardId int64 `json:"dashboardId"`
Timezone string `json:"timezone"`
Theme string `json:"theme"`
}