Persist form data in the Files and Images.
Reformat lots of AdSku code, and change it to persist the storage for uploading an Image ad.
This commit is contained in:
parent
9d23680e99
commit
2f3b8b8037
3 changed files with 89 additions and 91 deletions
|
|
@ -181,7 +181,7 @@ deleting the file if it was specified.
|
|||
|
||||
sub getValue {
|
||||
my $self = shift;
|
||||
my $value = $self->get("value");
|
||||
my $value = $self->SUPER::getValue(@_);
|
||||
my $storage = WebGUI::Storage->get($self->session,$value);
|
||||
if (defined $storage) {
|
||||
foreach my $file (@{$storage->getFiles}) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue