processPropertiesFromFormPost to processEditForm
This commit is contained in:
parent
ad96c88a36
commit
3c17dafeb4
32 changed files with 154 additions and 169 deletions
|
|
@ -808,14 +808,14 @@ sub prepareView {
|
|||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 processPropertiesFromFormPost ( )
|
||||
=head2 processEditForm ( )
|
||||
|
||||
See WebGUI::Asset::processPropertiesFromFormPost () for details. Extends the base class to delete
|
||||
See WebGUI::Asset::processEditForm () for details. Extends the base class to delete
|
||||
the scratch variables, and to uncache the overrides.
|
||||
|
||||
=cut
|
||||
|
||||
override processPropertiesFromFormPost => sub {
|
||||
override processEditForm => sub {
|
||||
my $self = shift;
|
||||
super();
|
||||
my $scratchId = "Shortcut_" . $self->getId;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue