You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if multiple jbot customizations are registered that customize the same file, it seems the customization is alternated.
The problem lies in the use of yield in utility.getManagers. Building and returning a list of managers fixes the problem at some performance impact I expect.
Could we cache the getManagers call on the request?
The text was updated successfully, but these errors were encountered:
@vangheem i know that this is a very old issue, but i think i have a similar problem with a viewlet (footer.pt) overrided two times (in a base theme and in a secondary theme)
On development environment i never had problems, but on production (with 4 instances), sometimes i see that one (random) instance loads a different viewlet (sometimes one of the two customizations, and sometimes the original viewlet).
Any news about your PR? Can i use your fixes anyway?
yah, hmmm, I must not have experienced it again so I never pushed getting this merged. My PR is fine and caches the call on the request object. I don't see any reason it shouldn't be merged.
if multiple jbot customizations are registered that customize the same file, it seems the customization is alternated.
The problem lies in the use of yield in
utility.getManagers
. Building and returning a list of managers fixes the problem at some performance impact I expect.Could we cache the getManagers call on the request?
The text was updated successfully, but these errors were encountered: