mirror of
https://github.com/documize/community.git
synced 2025-07-24 07:39:43 +02:00
parent
4d1eb952b2
commit
7206f721f4
8 changed files with 783 additions and 697 deletions
|
@ -29,7 +29,8 @@ export default Route.extend(AuthenticatedRouteMixin, {
|
|||
let orgId = this.get("appMeta.orgId");
|
||||
|
||||
return RSVP.hash({
|
||||
jira: this.get('orgService').getOrgSetting(orgId, "jira")
|
||||
jira: this.get('orgService').getOrgSetting(orgId, 'jira'),
|
||||
trello: this.get('orgService').getGlobalSetting('SECTION-TRELLO')
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue