View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0006739 | OXID eShop (all versions) | 1.10. RSS | public | 2017-12-07 21:34 | 2018-01-29 14:33 | 
| Reporter | marco_steinhaeuser | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always | 
| Status | closed | Resolution | fixed | ||
| Product Version | 6.0.0 | ||||
| Fixed in Version | 6.0.1 | ||||
| Summary | 0006739: RSS feed for categories not sorted desc by time | ||||
| Description | The RSS feed for categories is not sorted descending by time (although it should). | ||||
| Steps To Reproduce | Add a product to https://demoshop.oxid-esales.com/community-edition/rss/Kategorie/Wakeboards/ | ||||
| Additional Information | The problem seems to be that the RSS feed is sorted by oxobject2category:oxtime which always contains a "0", if assigned to a main category. https://github.com/OXID-eSales/oxideshop_ce/blob/master/source/Application/Model/RssFeed.php#L543  | ||||
| Tags | RSS, Sorting | ||||
| Theme | Not defined | ||||
| Browser | Not defined | ||||
| PHP Version | Not defined | ||||
| Database Version | Not defined | ||||
| 
		 | 
	Proudsourcing is using product items as blog post articles that shall be imported to OXIDforge. This doesn't work any more using any syndication tool - of course, other cases are affected, too. | 
| 
		 | 
	https://github.com/OXID-eSales/oxideshop_ce/pull/615 |