Skip to content

Commit

Permalink
chore(Creature): update creature template to reroute to the new creat…
Browse files Browse the repository at this point in the history
…ure model viewer. (#3204)

Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com>
  • Loading branch information
Exitare and Helias authored Dec 19, 2024
1 parent 494ee3a commit 322eafe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,9 @@
{{ 'CREATURE.TEMPLATE.MODELS' | translate }}
<i class="fas fa-info-circle ms-1" placement="auto" [tooltip]="'CREATURE.TEMPLATE.MODEL_ID_TOOLTIP' | translate"></i>
</span>
<span>Models will be added in a future Keira3 release in a new editor tab.</span>
<span
>Models are now available in the <a href="" [routerLink]="['/creature', 'creature-template-model']">Creature Template Model</a> editor.</span
>
</div>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -62,6 +63,7 @@ import { CreatureTemplateService } from './creature-template.service';
GenericOptionSelectorComponent,
BooleanOptionSelectorComponent,
IconSelectorComponent,
RouterLink,
],
})
export class CreatureTemplateComponent extends SingleRowEditorComponent<CreatureTemplate> {
Expand Down

0 comments on commit 322eafe

Please sign in to comment.