Link label is not updated correctly after user Subscribe/Unsubscribe

Created on 27 July 2023, over 1 year ago
Updated 6 March 2024, about 1 year ago

Problem/Motivation

When a user clicks a link to subscribe to a forum taxonomy term, the label of the link is not updated correctly to display "Unsubscribe" until a page reload. And in some cases, a page reload does not even resolve the issue.

I noticed in the browser console I got an error message "User already subscribed\\/unsubscribed.". I also checked the DB and, in effect, the user was already subscribed to the forum but since the action of the link did not change to unsubscribe, the link is still pointing to the subscribe endpoint. This causes the error shown in the console.

I tried debugging the code and I noticed that the operations are cached in the Content Plugin of the Content submodule so the operations links to subscribe and unsubscribe are not updated correctly. Apparently, the change made here causes this issue https://www.drupal.org/project/danse/issues/3350871 πŸ› Huge performance issue on sites with a lot of entity types and bundles Fixed . The code that is causing the issue for me is in this function https://git.drupalcode.org/project/danse/-/commit/ea608668c414b78b2cc09565f5a1db16ccfb013c#46213d5ceb28331ceb6fbc0a9d40b66b17c95cbe_203_214.

Steps to reproduce

  1. Configure the module to display operations to subscribe to new published forum topics.
  2. Subscribe to a forum, and check if the label changes.
  3. In case the label changes, unsubscribe and subscribe again until it is not changing anymore.

Proposed resolution

Not sure if there is a way to disable this caching feature in sites with a small number of bundles.
Or an alternative is to cache only the array of the operation and calculate every time the action (Subscribe/ Unsubscribe) on the function subscriptionOperations.

πŸ› Bug report
Status

Fixed

Version

2.3

Component

Code

Created by

πŸ‡¨πŸ‡΄Colombia s_castro

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024