Closed (fixed)
Project:
Social media presence On The Web
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Sep 2012 at 15:24 UTC
Updated:
10 Dec 2012 at 20:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
c31ck commentedPatch that lets other modules change the list of services. This is off course not an ideal solution, but it gives other modules a chance to quickly re-order the services and/or remove some of them.
Comment #2
jenlamptonThis looks like a very elegant solution, actually. :)
I couldn't get your patch to apply to the dev branch, but I did exactly the same thing, and attributed the commit to you. This feature should be in the next release.
Thanks for this!
Comment #3
c31ck commentedThanks for the commit attribution and the quick response :)
Comment #4
c31ck commentedI think you forgot a piece of code in http://drupalcode.org/project/on_the_web.git/commitdiff/0c6ecfaac8bce53b.... The array is returned before the drupal_alter is called.
Attached you'll find a patch against 7.x HEAD that should apply.
Comment #5
jenlamptonPlease go ahead and commit to 7.x, and can you check 6.x to make sure we still have feature parody?
Comment #6
c31ck commentedFixed in c1f32f73daf0cb350d5c08588bd65721e14e1f96.
Comment #7
c31ck commentedSetting status for backport to 6.x.
Comment #8
jenlamptonSame change applied to D6 branch.