The finder used to query blog entries in XenAddons\UBS\Widget\LatestBlogEntries::render() is missing relation Blog
This causes additional queries when checking canView()
Might also affect other widgets?
As Blog is required often (always?) it might make sense to add this to defaultWith
XenAddons\UBS\TrendingContent\BlogEntryHandler::getEntityWith() does not include relation Blog, this causes additional queries for each distinct blog as BlogEntry canView calls Blog canView
I've been trying to move three blog entries to another category and it doesn't work. I get error messages and server errors.
Depending on how I move them I get these warnings:
Server errors:
Here are two stack traces:
#1
#2
As far as I can see, blog entry comments are loaded unconditionally for actionView.
This seems to be a bit inefficient, especially if there is a significant amount of blog entries which don't have comments at all (like it is the case for us) .
Ideally comments should only be loaded if the...
When viewing the blog queue but there are no pending blog entries the phrase xa_ubs_no_pending_blog_entries is rendered but this phrase seems to be missing.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.