View Issue Details

IDProjectCategoryView StatusLast Update
0001302OXID eShop (all versions)4.08. Cachepublic2012-12-10 13:38
Reporterrimvydas_paskevicius Assigned To 
PriorityurgentSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.1.4 revision 21266 
Fixed in Version4.1.6 revision 22740 
Summary0001302: The cache is not reset when any change made in admin using AJAX lists
DescriptionWhen any change is made for the info using AJAX lists in admin - the related cache is not reset in eshop. Means - changes will not take affect until cache will not be cleared.
Additional InformationAffects only PE/CE versions. Cache cleanup is not called on page close, so
solution - add oxConfig::pageClose() at the end of oxajax.php
TagsNo tags attached.
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Relationships

has duplicate 0000677 resolvedrimvydas_paskevicius pagination doesnt work without clearing tmp 
related to 0000626 resolvedarvydas_vapsva The number of pages in $oView->getPageNavigation() is generated from all products, not only visible ones 

Activities

icedoutbiz

2009-09-09 11:49

reporter   ~0001697

delete the tmp folder?

dainius.bigelis

2009-09-09 13:02

reporter   ~0001698

everything from /tmp dir.

rimvydas_paskevicius

2009-09-10 17:24

reporter   ~0001709

Updated oxajax.php to reset cache when updating ajax lists - added call to oxConfig::pageClose().