If you have a trigger that redirects to a URL after node-save/update, then the CCK fields don't save. Redirect must be doing a drupal_goto before CCK hooks are invoked.
If you have a trigger that redirects to a URL after node-save/update, then the CCK fields don't save. Redirect must be doing a drupal_goto before CCK hooks are invoked.
Comments
Comment #1
chales commentedSee http://drupal.org/node/403446 for further details. I've found that setting the trigger weight higher has taken care of "most" of my problems with it.
Comment #2
damien tournoud commentedDuplicate of #298716: redirect to URL action troubles.