Publisher does not support the Fluid field type. Please do not contact asking when support will be available.

If you purchased an add-on from expressionengine.com, be sure to visit boldminded.com/claim to add the license to your account here on boldminded.com.

Ticket: entry_date incorrect in publisher tables

Status Resolved
Add-on / Version Publisher
Severity Critical
EE Version

Wouter Vervloet

Apr 17, 2013

Hi Brian,

I just noticed that Publisher updates the entry_date every time an entry is saved, but it doesn’t use the entry_date that is set on the publish form.

For example:

exp_channel_titles: 1329730077
exp_publisher_titles (lang_id 1): 1366214324
exp_publisher_titles (lang_id 2): 1366214398


As you can see the dates in the Publisher tables are the time when it was saved while it should be ‘2012-02-20 10:27’. The wrong dates are getting outputted on the front-end as well, but it is sorting it in the correct way. The publish form does show the correct date however.

– Wouter

#1

BoldMinded (Brian)

Ah, I know what I’m doing, I’m just grabbing the current time. Should be an easy fix. Should have this in the next release.

#2

BoldMinded (Brian)

If you need to fix this now, go to line 92 of models/publisher_entry.php and change it to this:

$this->title_columns['entry_date']                  = $meta['entry_date'];
#3

BoldMinded (Brian)

I’m going to mark this closed b/c this code change fixes it and it will be in the next release. Thanks for finding this!

Login to reply