migrated data form wobject to asset and some bug fixes
This commit is contained in:
parent
a7ac059864
commit
0ce3182da0
14 changed files with 365 additions and 336 deletions
|
|
@ -433,6 +433,15 @@ sub processMacros {
|
|||
return WebGUI::Macro::process($_[1]);
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
sub processPropertiesFromFormPost {
|
||||
my $self = shift;
|
||||
my $output = $self->SUPER::processPropertiesFromFormPost;
|
||||
WebGUI::MetaData::metaDataSave($self->getId);
|
||||
}
|
||||
|
||||
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 processTemplate ( vars, namespace [ , templateId ] )
|
||||
|
|
@ -650,25 +659,6 @@ sub www_createShortcut {
|
|||
}
|
||||
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 www_editSave ( )
|
||||
|
||||
Saves the default properties of any/all wobjects.
|
||||
|
||||
B<NOTE:> This method should only need to be extended if you need to do some special validation that you can't achieve via filters.
|
||||
|
||||
=cut
|
||||
|
||||
sub www_editSave {
|
||||
my $self = shift;
|
||||
my $output = $self->SUPER::www_editSave();
|
||||
WebGUI::MetaData::metaDataSave($self->getId);
|
||||
return $output;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue