The filter for subscriptions under a user tab does not work (like here: localhost/user/2/notifications/subscription).

I made a quick run at fixing it in the attached patch (one line change). With that patch, it will now filter correctly, but the filter form doesn't hide the "status" or "method" fields after filtering one of them.

You will probably need this patch to see the table (except for user1 since user1 has perms): #1307876: Subscriptions - User tab subscriptions list permissions are a little off

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

that0n3guy’s picture

Got it to work. I just unset the items in the form based on the info in $_SESSION. Worked like a charm.

that0n3guy’s picture

Status: Needs work » Needs review

needs review though.

webflo’s picture

We should fix the form. Please review.

webflo’s picture

Status: Needs review » Fixed

Fixed. Commit 8a6ea2f on 7.x-1.x.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.