Skip to content
Snippets Groups Projects
Commit c60fc053 authored by Hamza HRAMCHI's avatar Hamza HRAMCHI
Browse files

FEAT #14154 TIME 0:02 remove the field merge with when creating a keyword in the admin

parent 85ae5d75
No related branches found
No related tags found
No related merge requests found
......@@ -47,11 +47,6 @@
<div *ngIf="!creationMode && !tag.canMerge.value" class="alert-message alert-message-danger" style="min-width: 100%;">
{{'lang.cannotMergeTags' | translate}}
</div>
<plugin-select-search *ngIf="!loadingTags && tag.canMerge.value"
[label]="this.translate.instant('lang.mergeTagWith')" [placeholderLabel]="this.translate.instant('lang.mergeTagWith')"
[formControlSelect]="selectMergeTag" [datas]="tags" (afterOpened)="getTags()"
(afterSelected)="mergeTag($event)" style="width:100%;">
</plugin-select-search>
<div class="text-center">
<button mat-raised-button [disabled]="!tagFormGroup.valid"
color="primary">{{'lang.validate' | translate}}</button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment