bug: no ID after edit

This commit is contained in:
Miroslav Šedivý 2019-09-03 19:31:33 +02:00
parent 3c666a0d35
commit edd5185f49

View file

@ -834,6 +834,7 @@ $.fn.apply_post = function(){
return ;
}
data.id = post_id;
post.post_fill(data);
modal.close();
}