using .765
has_loaded_related ( helpers ) keeps returning false, when the
related item is loaded via a manager with_objects call ( and i know
its via a data::dumper profile )
$obj= $class->load( with_objects=>['subclass'] );
print "this always returns false " . $obj->has_loaded_related
('subclass');
but if returns true when i stuff it with an subclass
$subclass= $subclass->new();
$obj->subclass( $subclass );
print "this returns true now " . $obj->has_loaded_related('subclass');
any suggestions ?
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Rose-db-object mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rose-db-object