Diff module "hijacks" (it's own words) the node form #after_build.
It's not the only module that needs to do this. So, instead of completely hijacking the #after_build, it needs to play nice and share it. The attached patch should fix this.
| Comment | File | Size | Author |
|---|---|---|---|
| diff_after_build.diff | 1.44 KB | Dave Cohen |
Comments
Comment #1
moonray commentedWorks for me, and fixes issues.
Comment #2
dwwhttp://drupal.org/node/153234#comment-657419
*sigh* Moshe "fixed" this bug last June, but only committed the fix to HEAD. I just committed that to DRUPAL-5 and DRUPAL-4-7.
However, I see you've got another hunk in there that cleans up something the earlier patch missed, so I just committed that to HEAD, DRUPAL-5, and DRUPAL-4-7, too.
Thanks!
-Derek
Comment #3
Dave Cohen commentedBe careful with that one line about form['#base'], I think I read that drupal 6 does away with that.
Comment #4
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.