Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit ff7459ae authored by Sebastian-Ion TINCU's avatar Sebastian-Ion TINCU
Browse files

EDELIVERY-11674 - Alerts UI Improvements

[PR] Remove the logic for the review task since not used.
parent eac8859f
No related branches found
No related tags found
No related merge requests found
......@@ -34,34 +34,7 @@ export class ReviewTasksController implements SearchTableController {
}
public showDetails(row: any): MatDialogRef<any> {
return this.dialog.open(ObjectPropertiesDialogComponent, {
data: {
i18n: "review.edit.dialog.title",
object: [{
i18n: "review.edit.panel.label.column.review.date",
value: row.row?.lastUpdatedOn,
type: "dateTime"
}, {
i18n: "review.edit.panel.label.column.target",
value: row.row?.target,
}, {
i18n: "review.edit.panel.label.column.version",
value: row.row?.version,
}, {
i18n: "review.edit.panel.label.column.resource.scheme",
value: row.row?.resourceIdentifierScheme,
}, {
i18n: "review.edit.panel.label.column.resource.value",
value: row.row?.resourceIdentifierValue,
}, {
i18n: "review.edit.panel.label.column.subresource.scheme",
value: row.row?.subresourceIdentifierScheme,
}, {
i18n: "review.edit.panel.label.column.subresource.value",
value: row.row?.subresourceIdentifierValue,
}]
}
});
return null;
}
public edit(row: any): MatDialogRef<any> {
......
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