Removing new version from file option for description templates

This commit is contained in:
Thomas Georgios Giannos 2024-02-08 16:53:20 +02:00
parent fbf5f65318
commit 5d0c8d97e5
2 changed files with 0 additions and 4 deletions

View File

@ -101,9 +101,6 @@
<button mat-menu-item [routerLink]="['/description-templates/new-version/', row.id]">
<mat-icon>queue</mat-icon>{{'DESCRIPTION-TEMPLATE-LISTING.ACTIONS.NEW-VERSION' | translate}}
</button>
<button mat-menu-item (click)="newVersionFromFile(row.id, row.label)">
<mat-icon>file_copy</mat-icon>{{'DESCRIPTION-TEMPLATE-LISTING.ACTIONS.NEW-VERSION-FROM-FILE' | translate}}
</button>
<button mat-menu-item [routerLink]="['/description-templates/clone/', row.id]">
<mat-icon>content_copy</mat-icon>{{'DESCRIPTION-TEMPLATE-LISTING.ACTIONS.CLONE' | translate}}
</button>

View File

@ -1098,7 +1098,6 @@
"CLONE": "Clone",
"DOWNLOAD-XML": "Download XML",
"NEW-VERSION": "New Version",
"NEW-VERSION-FROM-FILE": "New Version from File",
"VIEW-VERSIONS": "All Description Template Versions"
},
"IMPORT": {