abartov / bybeconv

Project Ben-Yehuda's content management system.
https://benyehuda.org/
Other
10 stars 5 forks source link

Publish fix #377

Closed damisul closed 2 weeks ago

damisul commented 2 weeks ago

Fixed publish action to work with Authorities table.

I relied to existing spec for it, but it turned out it was too shallow. In fact authors#publish can either render list of unpublished works, or do actual publishing. I believe it would be better to split it into a two action (one for GET and one for POST request)