Right now the cache is set to DRUPAL_CACHE_PER_PAGE.

This is incorrect, instead it should be DRUPAL_CACHE_PER_ROLE | DRUPAL_CACHE_PER_PAGE because if not a logged out use could get the tabs of an admin. The links won't work but it shouldn't be display.

CommentFileSizeAuthor
#1 1551320-2-fixing-cache.patch855 bytesericduran

Comments

ericduran’s picture

Status: Active » Needs review
StatusFileSize
new855 bytes

Easy enough.

ericduran’s picture

Status: Needs review » Reviewed & tested by the community

I'm going to go ahead and mark this RTBC as this is a pretty straight forward patch :)

ericduran’s picture

Issue summary: View changes

type o

dealancer’s picture

Issue summary: View changes

Works like a charm! Thanks. To be committed!

nebel54’s picture

Patch works for me too, thanks!