I have implemented asset with cck and views. When a new content type created (files) and then content of type files is created, the associated asset has its asset_node->nid set to 0. When debugging the code, asset_nodeapi is called with submit, and no node->nid exists at this time, so when created, it contains asset_nod->nid=0. Should this not be done on insert instead, when the node->nid actually contains a value?

dan

Comments

wmostrey’s picture

Version: 5.x-1.0-alpha3 » 5.x-1.x-dev
Status: Active » Fixed

This has been fixed for dev in http://drupal.org/cvs?commit=120780, thanks for reporting!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.