Closed (fixed)
Project:
CVS integration
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
27 Mar 2006 at 15:27 UTC
Updated:
11 Apr 2006 at 01:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
nedjoThis error is generated by the CVS module. It looks like the directory field is not registering properly.
Comment #2
nedjoThe fieldset that includes the cvs directory wasn't being added to the project editing form. Looks like we've dropped the 'form'
hook_nodeapi()op. Attached patch uses ahook_form_alter()instead, reinstating this fieldset.Comment #3
killes@www.drop.org commentedI've been testing it, but for some reason the cvs fields don't get preselected.
Comment #4
nedjoWe need to load the $node in a form_alter. Here's another try.
It seems an awkward way to have to alter node forms, though. Can anyone confirm that the 'form' op was removed from
hook_nodeapi()? Is a_form_alter()the expected replacement?Comment #5
killes@www.drop.org commentedWasn't there a $form[#node] thing? Adrian already committed your previous patch.
Comment #6
killes@www.drop.org commentedyep, that fixed it
Comment #7
(not verified) commented