fix bug with packed extra head tags
This commit is contained in:
parent
c93075519f
commit
7a1d96f752
1 changed files with 3 additions and 0 deletions
|
|
@ -144,6 +144,9 @@ sub addRevision {
|
|||
# merge the defaults, current values, and the user set properties
|
||||
my %mergedProperties = (%defaults, %{$self->get}, %{$properties}, (status => 'pending'));
|
||||
|
||||
# Force the packed head block to be regenerated
|
||||
delete $mergedProperties{extraHeadTagsPacked};
|
||||
|
||||
#Instantiate new revision and fill with real data
|
||||
my $newVersion = WebGUI::Asset->new($self->session,$self->getId, $self->get("className"), $now);
|
||||
$newVersion->setSkipNotification if ($options->{skipNotification});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue