From caa7a37b30dca9bdb0abe7190f81c14991c56952 Mon Sep 17 00:00:00 2001 From: Exitare Date: Tue, 17 Dec 2024 20:30:20 -0800 Subject: [PATCH 1/2] Update creature template to reroute to the new creature model viewer. --- .../src/creature-template/creature-template.component.html | 4 +++- .../src/creature-template/creature-template.component.ts | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libs/features/creature/src/creature-template/creature-template.component.html b/libs/features/creature/src/creature-template/creature-template.component.html index cbc05ac6985..525d97d5397 100644 --- a/libs/features/creature/src/creature-template/creature-template.component.html +++ b/libs/features/creature/src/creature-template/creature-template.component.html @@ -230,7 +230,9 @@ {{ 'CREATURE.TEMPLATE.MODELS' | translate }} - Models will be added in a future Keira3 release in a new editor tab. + Models are now available in the model tab . diff --git a/libs/features/creature/src/creature-template/creature-template.component.ts b/libs/features/creature/src/creature-template/creature-template.component.ts index 8f82f52997a..de1fe533dc9 100644 --- a/libs/features/creature/src/creature-template/creature-template.component.ts +++ b/libs/features/creature/src/creature-template/creature-template.component.ts @@ -40,6 +40,7 @@ import { TranslateModule } from '@ngx-translate/core'; import { TooltipModule } from 'ngx-bootstrap/tooltip'; import { CreatureHandlerService } from '../creature-handler.service'; import { CreatureTemplateService } from './creature-template.service'; +import { RouterLink } from '@angular/router'; @Component({ changeDetection: ChangeDetectionStrategy.OnPush, @@ -62,6 +63,7 @@ import { CreatureTemplateService } from './creature-template.service'; GenericOptionSelectorComponent, BooleanOptionSelectorComponent, IconSelectorComponent, + RouterLink, ], }) export class CreatureTemplateComponent extends SingleRowEditorComponent { From 8f137f321ec51348af9a55274f1cd2b19b7d251f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefano=20Borz=C3=AC?= Date: Wed, 18 Dec 2024 14:47:45 +0100 Subject: [PATCH 2/2] Update libs/features/creature/src/creature-template/creature-template.component.html --- .../src/creature-template/creature-template.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/features/creature/src/creature-template/creature-template.component.html b/libs/features/creature/src/creature-template/creature-template.component.html index 525d97d5397..44bd7d08698 100644 --- a/libs/features/creature/src/creature-template/creature-template.component.html +++ b/libs/features/creature/src/creature-template/creature-template.component.html @@ -231,7 +231,7 @@ Models are now available in the model tab .Models are now available in the Creature Template Model editor.