It's fairly minor actually (and potentially an edge case but I still think it's important to repair).

My situation is the following:
* Creating an author based subscription #2061685: Subscribe to all author content (Posted later as a patch)
* My 'module' defined in the database is actual 'users' as I thought this was more appropriate and clearer

Snag:
* Subscriptions only searches for module = 'node' when determining links defaults. If it doesn't find a match it's not included (damn)

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ShaneOnABike’s picture

Status: Active » Needs review
FileSize
907 bytes

Here's the patch ;)

Status: Needs review » Needs work

The last submitted patch, subscriptions-expand_node_form_links-2065101-2.patch, failed testing.

ShaneOnABike’s picture

Ackkk try this again

ShaneOnABike’s picture

Status: Needs work » Needs review

Whoops hopefully that requeued

salvis’s picture

Category: bug » support
Status: Needs review » Active

Yeah, but your patch is empty...

However, you're not subscribing to users (in the sense that you get a notification when a user changes and that Subscriptions will mail out the user record). Just like we have "node/type/forum" and "node/nid/123", your subscription type should be "node/uid/45".

salvis’s picture

Issue summary: View changes
Status: Active » Closed (outdated)