1. 22 Feb, 2019 7 commits
  2. 21 Feb, 2019 1 commit
  3. 20 Feb, 2019 8 commits
  4. 19 Feb, 2019 13 commits
  5. 18 Feb, 2019 9 commits
  6. 16 Feb, 2019 1 commit
  7. 15 Feb, 2019 1 commit
    • Hannah Stepanek's avatar
      Add isSelectable property to groups based on group scope (#945) · 7f55fdc0
      Hannah Stepanek authored
      * Add isScopedToUri property based on group scope
      
      CombinedGroups now takes into account the scoping of groups and adds
      an isScopedToUri property to each group indicating whether is can be
      annotated in at the provided uri based on its defined scope.
      
      * Provide scope info and page's uri to combineGroups
      
      Get the scope info for each group by passing expand: scopes in the group
      api requests. Pass the documentUri to the CombineGroup function as it needs
      this in order to determine which groups are scoped to the page's uri.
      
      * Remove endefined checking logic
      7f55fdc0