* Fixed skin name of poll editor
* Fixed condition for setting the site modification date on comment update (hopefully this is correct...) * Replace site.lastUpdate with site.modified (still needs some more care - what do we do with lastUpdate anyway?)
This commit is contained in:
parent
b006cbdf0b
commit
0296ff4a88
6 changed files with 10 additions and 11 deletions
|
@ -44,7 +44,7 @@ Stories.prototype.getPermission = function(action) {
|
|||
|
||||
Stories.prototype.main_action = function() {
|
||||
var stories = User.getMembership().stories;
|
||||
res.data.list = renderList(stories, "Story#listItem",
|
||||
res.data.list = renderList(stories, "$Story#listItem",
|
||||
10, req.queryParams.page);
|
||||
res.data.pager = renderPager(stories,
|
||||
this.href(req.action), 10, req.queryParams.page);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue