I was unable to use the content_taxonomy.module with the diff.module's 'Preview Changes' button. It seems that content_taxonomy has a hard coded preview button test. I'm not 100% certain why the test is there but changing it to just ensure that the Save button hadn't been checked got it working with both the 'Preview' and 'Preview Changes' buttons.
| Comment | File | Size | Author |
|---|---|---|---|
| content_taxonomy_diff.patch | 990 bytes | drewish |
Comments
Comment #1
drewish commentedI forgot to mention what the problem was. When using the 'Preview Changes' button the values of the content_taxonomy autocomplete fields were lost.
Comment #2
mh86 commentedHi!
I saw that the check was unnecessary and removed it. The autocomplete should work now with the diff module too!
Thanks for the report!