Made some efficiency improvements in wobject save.
This commit is contained in:
parent
8cf465c3e6
commit
c65c92ebf5
17 changed files with 25 additions and 38 deletions
|
|
@ -82,9 +82,7 @@ sub www_edit {
|
|||
#-------------------------------------------------------------------
|
||||
sub www_editSave {
|
||||
return WebGUI::Privilege::insufficient() unless (WebGUI::Privilege::canEditPage());
|
||||
my ($wobjectId, $displayTitle, $image, $attachment);
|
||||
$_[0]->SUPER::www_editSave();
|
||||
$_[0]->set({
|
||||
$_[0]->SUPER::www_editSave({
|
||||
template=>$session{form}{template},
|
||||
dbQuery=>$session{form}{dbQuery},
|
||||
convertCarriageReturns=>$session{form}{convertCarriageReturns},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue