When a user subscribes to a node by checking the box, after saving, the box is not checked by default. This is because of the block cache system. In subscriptions_ui_block_info(), DRUPAL_CACHE_PER_PAGE should be replaced with DRUPAL_NO_CACHE.

Comments

GaëlG created an issue. See original summary.

salvis’s picture

Status: Needs review » Postponed (maintainer needs more info)

What kind of caching are you using?

GaëlG’s picture

Status: Postponed (maintainer needs more info) » Active

I use block cache, with memcache.