reset scratch variable after edit
This commit is contained in:
parent
abb8dde6c8
commit
6c860625a2
1 changed files with 8 additions and 0 deletions
|
|
@ -165,6 +165,14 @@ sub www_edit {
|
|||
);
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
sub www_editSave {
|
||||
$_[0]->SUPER::www_editSave(); # This will do the priv check as well.
|
||||
my $scratchId = "WobjectProxy_" . $_[0]->get("wobjectId");
|
||||
WebGUI::Session::deleteAllScratch($scratchId);
|
||||
return "";
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
sub _drawQueryBuilder {
|
||||
# Initialize operators
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue