victorjonsson / Arlima

Article List Manager - Wordpress plugin suitable for online newspapers that's in need of a fully customizable front page
28 stars 16 forks source link

Changing featured image #51

Closed kisilko closed 10 years ago

kisilko commented 10 years ago

When I upload images through "Media -> Add new", and after try in Arlima change featured image to this one, uploaded by "media" I have an error "Argument post_id missing".

Probable reason I guess is: ArlimaBackend.js in function connectAttachmentToPost (line 55 ) inside second parameter {attachment:attachId, post_id:postId} you have used key post_id, and on backend side in AdminAjaxManager.php in function connectAttachmentToPost (line 626) you are checking $_POST['post'].

Please check if it's an error.

chredd commented 10 years ago

I can replicate this. Confirmed as a bug.