Moved add collaborator to command way of doing it

This commit is contained in:
Torkel Ödegaard
2014-12-19 10:45:22 +01:00
parent 36c46112df
commit ccba95542b
6 changed files with 87 additions and 66 deletions
-2
View File
@@ -43,8 +43,6 @@ func Init() {
m.SaveDashboard = SaveDashboard
m.SearchQuery = SearchQuery
m.DeleteDashboard = DeleteDashboard
m.GetCollaboratorsForAccount = GetCollaboratorsForAccount
m.AddCollaborator = AddCollaborator
}
func NewEngine() (err error) {