Skip to content
Snippets Groups Projects
Commit 86ad0839 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-4706 OZG-4758 kein Aktenzeichen: OPT wording, WIP color

parent b59952c0
No related branches found
No related tags found
No related merge requests found
......@@ -79,6 +79,7 @@ mat-icon {
margin-left: -2px;
display: flex;
align-items: center;
color: #c2c2c2;
.aktenzeichen-editable {
width: calc(100% - 82px);
......
......@@ -23,7 +23,7 @@
*/
import { Vorgang } from "@alfa-client/vorgang-shared";
export const VORGANG_KEIN_AKTENZEICHEN_ZUGEWIESEN = 'kein Aktenzeichen zugewiesen';
export const VORGANG_KEIN_AKTENZEICHEN_ZUGEWIESEN = 'kein Aktenzeichen';
export function getAktenzeichenText(vorgang: Vorgang): string {
return vorgang.aktenzeichen || VORGANG_KEIN_AKTENZEICHEN_ZUGEWIESEN;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment