1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-04 21:15:24 +02:00

1st cut of various overview sub-reports, a WIP

This commit is contained in:
Elliott Stoneham 2016-09-07 18:07:37 +01:00
parent 772aeff93d
commit 36b2767a6d
10 changed files with 445 additions and 46 deletions

View file

@ -188,6 +188,7 @@ export default Ember.Component.extend(SectionMixin, NotifierMixin, TooltipMixin,
.then(function (boards) {
self.set('busy', false);
self.set('boards', boards);
self.set('config.boards', boards); // save the boards in the config too
self.getBoardLists();
}, function (error) { //jshint ignore: line
self.set('busy', false);