Incremental change to write method in Asset.pm. Actual code to follow soon.
This commit is contained in:
parent
ed752a25c3
commit
54ed6f7e9e
1 changed files with 6 additions and 0 deletions
|
|
@ -2343,6 +2343,12 @@ sub write {
|
|||
# push(@values, $self->getId, $self->get("revisionDate"));
|
||||
# $db->write("update ".$table." set ".join(",",@columnNames)." where assetId=? and revisionDate=?",\@values);
|
||||
# }
|
||||
##Get list of classes
|
||||
##Get properties for only that class
|
||||
##Write them to the db.
|
||||
CLASS: foreach my $meta (reverse $self->meta->get_all_class_metas()) {
|
||||
my $table = $meta->tableName;
|
||||
}
|
||||
|
||||
# we've changed something so we need to update our size
|
||||
$self->setSize();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue