mirror of
https://github.com/documize/community.git
synced 2025-08-05 05:25:27 +02:00
Support custom URLS for Diagrams.net
This commit is contained in:
parent
607a2d5797
commit
1a909dd046
8 changed files with 40 additions and 9 deletions
|
@ -32,11 +32,13 @@ export default Route.extend(AuthenticatedRouteMixin, {
|
|||
if (this.get("session.isGlobalAdmin")) {
|
||||
return RSVP.hash({
|
||||
jira: this.get('orgService').getOrgSetting(orgId, 'jira'),
|
||||
flowchart: this.get('orgService').getOrgSetting(orgId, 'flowchart'),
|
||||
trello: this.get('orgService').getGlobalSetting('SECTION-TRELLO')
|
||||
});
|
||||
} else {
|
||||
return RSVP.hash({
|
||||
jira: this.get('orgService').getOrgSetting(orgId, 'jira'),
|
||||
flowchart: this.get('orgService').getOrgSetting(orgId, 'flowchart'),
|
||||
trello: { appKey: '' }
|
||||
});
|
||||
}
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
desc=(localize 'admin_integrations_explain')
|
||||
icon=constants.Icon.Integrations}}
|
||||
|
||||
{{customize/integration-settings jira=model.jira trello=model.trello}}
|
||||
{{customize/integration-settings jira=model.jira trello=model.trello flowchart=model.flowchart}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue