Skip to content
Snippets Groups Projects
Commit 3968da76 authored by Martin's avatar Martin
Browse files

release version 2.20.1 alfa

parents 09df76f0 83f10087
Branches
Tags 2.17.0
No related merge requests found
{ {
"name": "alfa", "name": "alfa",
"version": "2.20.0-SNAPSHOT" "version": "2.20.1"
} }
...@@ -24,11 +24,11 @@ ...@@ -24,11 +24,11 @@
--> -->
<ods-dropdown-menu buttonTestId="more-menu-button"> <ods-dropdown-menu buttonTestId="more-menu-button">
<ods-more-icon button-content *ngIf="buttonEnabled" data-test-id="more-menu-icon" /> <ods-more-icon button-content *ngIf="buttonEnabled" data-test-id="more-menu-icon" class="fill-text" />
<ods-dropdown-menu-text-item <ods-dropdown-menu-text-item
*ngIf="vorgangWithEingang | hasLink: vorgangWithEingangLinkRel.ARCHIVE" *ngIf="vorgangWithEingang | hasLink: vorgangWithEingangLinkRel.ARCHIVE"
data-test-id="vorgang-archive-button" data-test-id="vorgang-archive-button"
class="border-b border-b-grayborder border-t-grayborder bg-white first:border-t" class="border-b border-b-grayborder border-t-grayborder bg-whitetext first:border-t"
(click)="$event.stopPropagation()" (click)="$event.stopPropagation()"
title="Vorgang im DMS archivieren" title="Vorgang im DMS archivieren"
description="Alle Informationen und Anhänge werden zur Archivierung ins DMS gesendet. Der Vorgang wird nach der Archivierung in Alfa description="Alle Informationen und Anhänge werden zur Archivierung ins DMS gesendet. Der Vorgang wird nach der Archivierung in Alfa
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
<ods-dropdown-menu-text-item <ods-dropdown-menu-text-item
*ngIf="vorgangWithEingang | hasLink: vorgangWithEingangLinkRel.EXPORT" *ngIf="vorgangWithEingang | hasLink: vorgangWithEingangLinkRel.EXPORT"
data-test-id="vorgang-exportieren-button" data-test-id="vorgang-exportieren-button"
class="border-b border-b-grayborder border-t-grayborder bg-white first:border-t" class="border-b border-b-grayborder border-t-grayborder bg-whitetext first:border-t"
(click)="$event.stopPropagation()" (click)="$event.stopPropagation()"
title="Vorgang exportieren" title="Vorgang exportieren"
description="Alle Informationen und Anhänge des Vorgangs zur Archivierung im DMS." description="Alle Informationen und Anhänge des Vorgangs zur Archivierung im DMS."
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
<ods-dropdown-menu-text-item <ods-dropdown-menu-text-item
*ngIf="vorgangWithEingang | hasLink: vorgangWithEingangLinkRel.PROCESS_VORGANG" *ngIf="vorgangWithEingang | hasLink: vorgangWithEingangLinkRel.PROCESS_VORGANG"
data-test-id="vorgang-process-vorgang-button" data-test-id="vorgang-process-vorgang-button"
class="border-b border-b-grayborder border-t-grayborder bg-white first:border-t" class="border-b border-b-grayborder border-t-grayborder bg-whitetext first:border-t"
(click)="$event.stopPropagation()" (click)="$event.stopPropagation()"
title="Vorgang automatisiert vorprüfen" title="Vorgang automatisiert vorprüfen"
description="Eine Vorprüfung wird durchgeführt. Das Ergebnis wird als Kommentar hinzugefügt." description="Eine Vorprüfung wird durchgeführt. Das Ergebnis wird als Kommentar hinzugefügt."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment