|
|
@ -301,7 +301,8 @@ export default { |
|
|
|
this.records.site = this.site_rec; |
|
|
|
this.records.site = this.site_rec; |
|
|
|
}, |
|
|
|
}, |
|
|
|
async saveSiteConstr() { |
|
|
|
async saveSiteConstr() { |
|
|
|
if (this.site_rec !== this.records.site) { |
|
|
|
if (!this.site_rec) { |
|
|
|
|
|
|
|
this.site_rec = config.agorata_adnl.toLowerCase(); |
|
|
|
await this.saveSite(); |
|
|
|
await this.saveSite(); |
|
|
|
} |
|
|
|
} |
|
|
|
this.constructor_params.domain = this.domain; |
|
|
|
this.constructor_params.domain = this.domain; |
|
|
|