Skip to content

Commit

Permalink
Merge pull request #1027 from amol-jore/issue-1001-qa
Browse files Browse the repository at this point in the history
this fixes #1001 : adding tags while updating a notebook
  • Loading branch information
gordonwoodhull committed Oct 30, 2014
2 parents fc42be3 + 1f539f6 commit 58a545e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rcloud.support/R/rcloud.support.R
Expand Up @@ -260,7 +260,7 @@ rcloud.update.notebook <- function(id, content) {
star.count <- rcloud.notebook.star.count(id)
mcparallel(update.solr(res, star.count), detached=TRUE)
}
res
rcloud.augment.notebook(res)
}

update.solr <- function(notebook, starcount){
Expand Down

0 comments on commit 58a545e

Please sign in to comment.