2martens / de.plugins-zum-selberbauen.ultimate

A fully functional CMS for WCF 2.0
GNU General Public License v3.0
4 stars 0 forks source link

Missing join in the method getContents of the class Category #395

Closed 2martens closed 9 years ago

2martens commented 9 years ago

The method getContents retrieves a list of all the contents in the category. If the sort field publishDate is selected, an error occurs, because the publishDate field is no longer defined in the content table but in the contentVersion table.

To solve this issue, a join has to be inserted.