mirror of
https://github.com/documize/community.git
synced 2025-07-19 05:09:42 +02:00
Set org and per user locale
This commit is contained in:
parent
23abcf1585
commit
4494ace0a2
30 changed files with 125 additions and 41 deletions
|
@ -35,7 +35,8 @@ export default Service.extend({
|
|||
message: org.get('message'),
|
||||
title: org.get('title'),
|
||||
maxTags: org.get('maxTags'),
|
||||
conversionEndpoint: org.get('conversionEndpoint')
|
||||
conversionEndpoint: org.get('conversionEndpoint'),
|
||||
locale: org.get('locale')
|
||||
});
|
||||
|
||||
return this.get('ajax').request(`organization/${id}`, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue