There have been a few times where I've wanted to combine node repeat module with other, fairly standard node modules such as Workflow, Content Access, Resource Conflict, Webform, or other modules that put their own settings on the nodes. I had to have custom code written to deal with this for #796254: Creating Resource_Conflict Compatibilty and it's not that sustainable.
The problem is, when nodes are repeated, none of this stuff is repeated along with it. This post is a general request to think through how we can copy ALL aspects of a node when repeating it, to make sure other modules can add their stuff when the repeat happens.
I'm hopeful that the 2.x version is heading in this direction...
Comments
Comment #1
gagarine commentedIt's certainly because they also work on nodeapi on insert and update. I will see what I can do.