feat: Envelope Status Name geändert in Envelope Name mit contant.Status Enum. Diese Eigenschaft wurde zu envelope entitiy und dto hinzugefügt. Die angular Tabelle wurde entsprechend aktualisiert.
This commit is contained in:
@@ -68,7 +68,7 @@ export class EnvelopeTableComponent {
|
||||
},
|
||||
{
|
||||
header: "Status",
|
||||
field: er => er.envelope.status
|
||||
field: er => er.envelope.statusName
|
||||
},
|
||||
{
|
||||
header: 'Type',
|
||||
|
||||
Reference in New Issue
Block a user