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:26 UTC

[allura] branch gc/8424b created (now 384538e59)

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

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


      at 384538e59 [#8424] added missing attribute react_users to VersionedSnapshotTempObject

This branch includes the following new commits:

     new 384538e59 [#8424] added missing attribute react_users to VersionedSnapshotTempObject

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by di...@apache.org.
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