sulu / SuluArticleBundle

Bundle for managing localized content-rich entities like blog-posts in the Sulu content management system
MIT License
52 stars 77 forks source link

Sorting of list on dates is not working properly #585

Closed srdjanmis closed 2 years ago

srdjanmis commented 2 years ago
Q A
Bug? yes
New Feature? no
SuluArticleBundle Version 2.x
Sulu Version 2.2

Actual Behavior

When clicked on column Created on, or Checked On, list always sorts by Authored On column

Expected Behavior

When clicked on Created on, or Checked On, list should sort by clicked column.

Steps to Reproduce

Just add column to be visible on article list, and click on any of wrongful one.

Possible Solutions

Lines 174 and 179 should be corrected respectively.

luca-rath commented 2 years ago

Fixed by #586