purge asset cache on write
This commit is contained in:
parent
4bf184009c
commit
498f15a167
1 changed files with 1 additions and 0 deletions
|
|
@ -2477,6 +2477,7 @@ sub write {
|
|||
$self->setSize();
|
||||
WebGUI::Keyword->new($self->session)->setKeywordsForAsset({ asset => $self, keywords => $self->keywords });
|
||||
|
||||
$self->purgeCache;
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue