The way eventrepeat works makes it likely that a new copy of a node is generated by some random user, often anonymous users. If you use modules that are supposed to do something on nodeapi(insert) depending on the user, these modules get confused.
For example, I use eventrepeat with the workfloe module and nodes generated by cron or some random visiting user will lose the workflow info of the first node in the epentrepeat sequence.
I suggest to introduce a special user and let eventrepeat switch to that user during eventrepear_render_nodes.
Comments
Comment #1
killes@www.drop.org commentedI have the following patch applied to the 5.2 version. Should probably be backported to 5.1 if agreeable.
http://cvs.drupal.org/viewcvs/drupal/contributions/modules/eventrepeat/e...
Comment #2
killes@www.drop.org commentedComment #3
killes@www.drop.org commentedmocing to right branch. The patch applies as is.
Comment #4
seanbfuller commentedI went back in the history and rebuilt this patch as the link above is no longer working. Committed to 5.x-1.x. Patch I used is attached for historical purposes, etc.
Comment #5
(not verified) commented