View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006302 | OXID eShop (all versions) | 1.10. RSS | public | 2015-12-29 11:20 | 2016-04-27 09:41 |
Reporter | AlexN | Assigned To | |||
Priority | low | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Linux | ||||
Product Version | 4.9.4 / 5.2.4 | ||||
Fixed in Version | 4.9.8 / 5.2.8 | ||||
Summary | 0006302: Changes in action "oxnewest" are shown on the start page but not in the RSS feed | ||||
Description | When adding/removing articles from the action "oxnewest" the changes are displayed correctly on the start page of the shop at once. However the contents of the RSS feed are not updated unless the tmp directory is cleared. Expected behaviour: Changes in the article-assignments are shown on the start page and in the RSS feed at once. | ||||
Steps To Reproduce | 1. Install OXID 4.9.4 2. Change article-assignments in action oxnewest 3. Open rss-feed for newest articles. > No changes 4. Clear temp dir 5. Open rss-feed for newest articles. > changes | ||||
Additional Information | This occurs in OXID 4.9.5 as well while in 4.9.3 I couldn't reproduce it. | ||||
Tags | No tags attached. | ||||
Theme | Azure | ||||
Browser | Firefox | ||||
PHP Version | 5.3 | ||||
Database Version | Not defined | ||||
|
Reproduced in current PE demoshop (4.9.6). Workaround is already described: clear tmp dir Maybe it is related to the changes introduced in 4.9.3? https://github.com/OXID-eSales/oxideshop_ce/blame/v4.9.3/source/application/controllers/admin/oxadminview.php#L427 But that would mean the behaviour should be different with versions <= 4.9.2 and not with 4.9.3 as mentioned by the reporter. Anyways it might be related to 0006302 or more probably to 0005825. |
|
To find changes check for commits with comment ESDEV-6302 and 006302. |