mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +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,
|
||||
company: {
|
||||
id: self.get('appMeta.orgId'),
|
||||
name: self.get('appMeta.title').string,
|
||||
name: self.get('appMeta.title'),
|
||||
"domain": netUtil.getSubdomain(),
|
||||
"version": self.get('appMeta.version')
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue