the form_alter hook rewrites the form adding the devinfo as a fieldset to the form. This causes problems with some other modules like cck's builtin import export.
Solution update form_alter hook to just use drupal_set_message like the node_api function.

This will fix the problem, although I kinda like the DevInfo appearing inside the actual form as it does now.
Maybe just setting the system weight so it runs after everything else would fix this problem.

Either way should work!

Hey this is fun writing bug reports to my self!
See, I do eat my own dogfood.

Comments

regx’s picture

Status: Active » Fixed

Fixed - The fix just ignores certain form items.
I should probable makes this user configurable, and set a drupal message when an ignored form_id is encountered.

I also added a function to delete orphaned node revisions

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.