Skip to content

Commit

Permalink
Fixed #017847: tc-497 - Changing a gallery content order in admin int…
Browse files Browse the repository at this point in the history
…erface, requires the cache to be clear before changes appear on correspondent slideshow

Depends on fix for "#013929: viewcaching.ini : new clear option for "children" needed"
  • Loading branch information
andrerom committed Feb 24, 2011
1 parent 9755667 commit 462d2da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/ezflow_site/settings/ezflowinstaller.php
Expand Up @@ -2509,7 +2509,8 @@ function commonViewCacheINISettings()
'ClearCacheMethod' => array(
'0' => 'object',
'1' => 'parent',
'2' => 'relating'
'2' => 'relating',
'3' => 'children'
)
),
'image' => array(
Expand Down
3 changes: 2 additions & 1 deletion packages/ezflow_site_clean/settings/ezflowinstaller.php
Expand Up @@ -2509,7 +2509,8 @@ function commonViewCacheINISettings()
'ClearCacheMethod' => array(
'0' => 'object',
'1' => 'parent',
'2' => 'relating'
'2' => 'relating',
'3' => 'children'
)
),
'image' => array(
Expand Down

0 comments on commit 462d2da

Please sign in to comment.