Closed (fixed)
Project:
Twitter
Version:
6.x-2.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Feb 2009 at 20:35 UTC
Updated:
20 Apr 2009 at 23:00 UTC
Jump to comment: Most recent file
When creating new content the option to "Announce this Post on Twitter" always shows up even when I have it deactivated for all content types in the Twitter Setup menu.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | twitter-fix-form-alter-372970-6.patch | 1.23 KB | webchick |
| #5 | twitter-fix-form-alter-372970-5.patch | 1.19 KB | webchick |
| #4 | twitter-fix-form-alter-372970-4.patch | 1.18 KB | webchick |
| #3 | twitter.372970-2.patch.txt | 602 bytes | jbrauer |
Comments
Comment #1
keva commentedHaving the same issue with 6.x-2.x-dev.
It's activated for only one content type, but shows up on all.
Drupal 6.9
Comment #3
jbrauer commentedSure enough we never test for twitter_types when displaying the form.
Comment #4
webchickConfirmed this bug.
There were some code style issues in Josh's patch. I rolled in the fix from #365014: Improperly altering non-node forms and also moved the include line down, since there's not much point in including twitter.inc on *every* form.
Comment #5
webchickNow with fewer notices! Hooray!
Comment #6
webchickAnd now one that actually works! :P
Sorry. :) I was confusing myself.
Comment #7
jbrauer commentedThanks Angie for making it a much nicer patch.... Tested and working like a champ...
Comment #8
eaton commentedCommitted. Thanks! ;-)