Skip to content

v0.2.47..v0.2.48 changeset ReviewableQuery.java

Garret Voltz edited this page Sep 27, 2019 · 1 revision
diff --git a/hoot-services/src/main/java/hoot/services/controllers/review/ReviewableQuery.java b/hoot-services/src/main/java/hoot/services/controllers/review/ReviewableQuery.java
index 4814dd5..c1847b5 100644
--- a/hoot-services/src/main/java/hoot/services/controllers/review/ReviewableQuery.java
+++ b/hoot-services/src/main/java/hoot/services/controllers/review/ReviewableQuery.java
@@ -22,7 +22,7 @@
  * This will properly maintain the copyright information. DigitalGlobe
  * copyrights will be updated automatically.
  *
- * @copyright Copyright (C) 2016, 2017 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2016, 2017, 2019 DigitalGlobe (http://www.digitalglobe.com/)
  */
 package hoot.services.controllers.review;
 
@@ -58,6 +58,7 @@ class ReviewableQuery extends ReviewableQueryAbstract {
         if (result != null) {
             reviewableItem.setRelationId(result);
             reviewableItem.setResultCount(1);
+            reviewableItem.setBounds(result);
         }
 
         return reviewableItem;
Clone this wiki locally