Comment 4 for bug 1540156

Revision history for this message
Aaron Wells (u-aaronw) wrote : Re: Add same journal options from portfolio pages to group pages (e.g. tagged journal items)

A quick investigation showed that enabling "recent posts" for non-individually owned blogs was about a two-line code change (changing the "allowed_in_view" method for the blocktype, and changing the "get recent posts" function so that it no longer checks that the retrieved blog entries belong to the owner of the page).

So, since it's such a minor change, I've implemented it for 16.04.

On the other hand, the same investigation indicated that, indeed, tagged blog posts don't adapt easily. The problem is that there is no equivalent to the "user_tags" table, for groups or institutions. So when the block is placed, the tag selector is not able to figure out what list of tags should be available. So, I've spun that out into a separate Bug 1543315.