You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by di...@apache.org on 2022/05/06 21:10:27 UTC

[allura] 01/01: [#8424] added missing attribute react_users to VersionedSnapshotTempObject

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

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

commit 384538e590e928091412d221215c89791e6759c0
Author: Guillermo Cruz <gu...@slashdotmedia.com>
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