Metaculus / metaculus

BSD 2-Clause "Simplified" License
10 stars 2 forks source link

Missing CP reveal time field in Django admin #555

Open SylvainChevalier opened 6 days ago

SylvainChevalier commented 6 days ago

It should be possible to edit the cp_reveal_time in the admin edit page of a post (e.g. https://dev.metaculus.com/admin/posts/post/28003/change/).

hlibowski commented 6 days ago

@SylvainChevalier This property is editable from the Question only. You need to edit it from there:

image image
SylvainChevalier commented 6 days ago

Ah, ok, thanks. That's pretty confusing, since the other admin-editable dates (scheduled close, scheduled resolve, etc.), are available at the post level. It would be better to have cp_reveal_date there as well, but I'm downgrading this to non-blocking.