1
0
Fork 0
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:
Harvey Kandola 2016-07-26 14:25:47 -07:00
parent f58ae4ca51
commit c394f70901

View file

@ -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')
}