mirror of
https://github.com/documize/community.git
synced 2025-07-25 16:19:46 +02:00
fixed audit recording of company name
This commit is contained in:
parent
f58ae4ca51
commit
c394f70901
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ export default Ember.Service.extend({
|
||||||
"administrator": user.admin,
|
"administrator": user.admin,
|
||||||
company: {
|
company: {
|
||||||
id: self.get('appMeta.orgId'),
|
id: self.get('appMeta.orgId'),
|
||||||
name: self.get('appMeta.title').string,
|
name: self.get('appMeta.title'),
|
||||||
"domain": netUtil.getSubdomain(),
|
"domain": netUtil.getSubdomain(),
|
||||||
"version": self.get('appMeta.version')
|
"version": self.get('appMeta.version')
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue