Moderators can edit posts that are queued before they approve/reject

This commit is contained in:
Robin Ward
2015-04-15 17:20:34 -04:00
parent 2303b1dcd0
commit 08b4b7b7ff
8 changed files with 134 additions and 47 deletions

View File

@ -104,7 +104,7 @@ export default function() {
this.get('/queued_posts', function() {
return response({
queued_posts: [{id: 1}]
queued_posts: [{id: 1, raw: 'queued post text'}]
});
});