It looks like github_widget_node_update() assumes there's already a record for the current node, and github_widget_node_insert() only adds a record if you fill out the fields, so creating a node without the fields filled in makes it impossible to go back and add them later.

Comments

sreynen’s picture

Deleting and inserting on update rather than updating a record that may or may not be there seems to solve the problem.

scw’s picture

Category: bug » support
Status: Active » Patch (to be ported)
StatusFileSize
new1.28 KB

yes that's right, a problem in hook_node_update...

scw’s picture

StatusFileSize
new1.28 KB

once again...

peter-boeren’s picture

Thnx guys,

Haven't had time to fix it myself. Will apply the patch and test it.