In Drupal 6, this module stops me from making any changes to allowed tags in Drupal's core input filter admin option. For example, with URL Filter mudule enabled, you can't add additional HTML tags to the allowed tags box for filtered HTML.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 601794-conflict-core-input-filter.patch | 714 bytes | ezra-g |
| #2 | 0001-Fixing-clashing-bug-drupal.org-node-601794.patch | 1.19 KB | mhrabovcin |
Comments
Comment #1
meba commentedConfirming...
Comment #2
mhrabovcin commentedIts a problem of wrong placed #tree option. Patch included.
Comment #3
meba commentedComment #4
rainbreaw commentedThere is a simple configuration-based fix to this problem:
If you already have URL Replace Filter enabled for your input format, then disable it for that input format before adding new HTML Tags to the configuration.
Re-enable it once you've added your tags. All of your previous settings will be stored.
Comment #5
ezra-g commentedWhile the patch in #2 didn't apply, making these changes manually did resolve the issue here.
Here's a re-roll of the same changes in a patch relative to the url_rewrite_filter module directory. This seems RTBC to me.
Comment #7
fgmLooks good to me : committed to 6.x-1.x, thanks.
Was not critical since there was a workaround and it did not prevent sites from working.