This is an automated email from the ASF dual-hosted git repository.

gcruz pushed a commit to branch gc/8424
in repository https://gitbox.apache.org/repos/asf/allura.git


The following commit(s) were added to refs/heads/gc/8424 by this push:
     new 5914165e4 [#8424] added missing attribute react_users to 
VersionedSnapshotTempObject
5914165e4 is described below

commit 5914165e45cfe361b95493afeffce6a712b28f60
Author: Guillermo Cruz <[email protected]>
AuthorDate: Fri May 6 12:29:09 2022 -0600

    [#8424] added missing attribute react_users to VersionedSnapshotTempObject
---
 Allura/allura/controllers/discuss.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Allura/allura/controllers/discuss.py 
b/Allura/allura/controllers/discuss.py
index 0b0360d46..fb9ed913d 100644
--- a/Allura/allura/controllers/discuss.py
+++ b/Allura/allura/controllers/discuss.py
@@ -360,7 +360,8 @@ class PostController(BaseController, 
metaclass=h.ProxiedAttrMeta):
                     attachments=self.post.attachments,
                     related_artifacts=self.post.related_artifacts,
                     parent_security_context=lambda: None,
-                    last_edit_by=lambda: self.post.last_edit_by()
+                    last_edit_by=lambda: self.post.last_edit_by(),
+                    react_users=self.post.react_users
                 )
             else:
                 post = self.post

Reply via email to