fix #10879. Form/File loses files from previous storageId.
Tested Collaboration System, and User Profile Avatar field.
This commit is contained in:
parent
20c19425eb
commit
0cbc4eece1
2 changed files with 2 additions and 1 deletions
|
|
@ -12,6 +12,7 @@
|
|||
- fixed #10891: Asset manager JSON feed has macros processed
|
||||
- fixed #10900: Matrix: Product Listing template
|
||||
- fixed #10902: Shelf asset is whiny
|
||||
- fixed #10879: Collaboration System Thread lose attachments
|
||||
|
||||
7.7.19
|
||||
- fixed #10838: Forwarded forum post email to new CS adds reply to original thread
|
||||
|
|
|
|||
|
|
@ -181,7 +181,7 @@ deleting the file if it was specified.
|
|||
|
||||
sub getValue {
|
||||
my $self = shift;
|
||||
my $value = $self->SUPER::getValue(@_);
|
||||
my $value = $self->getOriginalValue;
|
||||
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