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:
parent
772aeff93d
commit
36b2767a6d
10 changed files with 445 additions and 46 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue