At node/some_nid/commitlog I got no elements, but at an associated repository I have the right operations stuff.
I see a nid element on operations constraints which is not handled on versioncontol_get_operations(), did I miss something? is it planned to have this filter on get operations function(makes no so much sense)? (I think I have it not clear)
Comments
Comment #1
jpetso commentedThe nid operation (and other related stuff) is implemented in the versioncontrol_project module - the set of operation constraints is fully pluggable. It should be recording the nid/vc_op_id associations in hook_versioncontrol_operation(), but will also do it in hook_cron() if the former doesn't work. Associated pairs are written to the {versioncontrol_project_operations} table, you can have a look at this table in order to figure out whether something didn't work.
So, is the association in hook_versioncontrol_operation() not working? In that case, it would be a bug.