Skip to content

Commit

Permalink
[js/model] Add sortid to observableabstract
Browse files Browse the repository at this point in the history
Closes #507
  • Loading branch information
mpsonntag committed Oct 20, 2020
1 parent 23afeb6 commit 59476c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/javascripts/lib/models.js
Original file line number Diff line number Diff line change
Expand Up @@ -1093,6 +1093,7 @@ define(["lib/tools", "lib/accessors", "moment", "knockout"], function(tools, ac

var self = tools.inherit(this, Model, uuid);

self.sortId = sortId || 0;
self.title = ko.observable(title || null);
self.topic = ko.observable(topic || null);
self.text = ko.observable(text || null);
Expand Down

0 comments on commit 59476c3

Please sign in to comment.