mirror of
https://github.com/flarum/core.git
synced 2025-08-08 17:36:38 +02:00
Implement post editing
This commit is contained in:
@@ -35,6 +35,7 @@ var Discussion = DS.Model.extend({
|
||||
var posts = this.get('posts') || '';
|
||||
return posts.split(',');
|
||||
}.property('posts'),
|
||||
loadedPosts: DS.hasMany('post'),
|
||||
|
||||
readTime: DS.attr('date'),
|
||||
readNumber: DS.attr('number'),
|
||||
|
Reference in New Issue
Block a user