ngx-rs-ant 1.5.1 → 1.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/data-detail/data-detail.component.mjs +2 -2
- package/esm2020/data-grid/user-info-template/user-info-template.component.mjs +1 -1
- package/fesm2015/ngx-rs-ant.mjs +1 -1
- package/fesm2015/ngx-rs-ant.mjs.map +1 -1
- package/fesm2020/ngx-rs-ant.mjs +1 -1
- package/fesm2020/ngx-rs-ant.mjs.map +1 -1
- package/package.json +1 -1
package/fesm2020/ngx-rs-ant.mjs
CHANGED
|
@@ -2865,7 +2865,7 @@ class DataDetailComponent {
|
|
|
2865
2865
|
ngOnInit() {
|
|
2866
2866
|
this.loading = true;
|
|
2867
2867
|
this.service.getSectionList(this.tenant, this.className, this.oid).subscribe(response => {
|
|
2868
|
-
window.coast.tabManager.
|
|
2868
|
+
window.coast.tabManager.setTitle.next({
|
|
2869
2869
|
id: 'detail:' + this.tenant + '_' + this.className + '_' + this.oid,
|
|
2870
2870
|
title: response.data.title
|
|
2871
2871
|
});
|