From ce966874abaaeefb4ccd12c5e6b43499b196b790 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Sat, 30 Dec 2023 23:45:17 +0100 Subject: [PATCH] Display: Add ActionIcon::REJECT --- src/CoreBundle/Component/Utils/ActionIcon.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/CoreBundle/Component/Utils/ActionIcon.php b/src/CoreBundle/Component/Utils/ActionIcon.php index 0b04b96399..ac68a70179 100644 --- a/src/CoreBundle/Component/Utils/ActionIcon.php +++ b/src/CoreBundle/Component/Utils/ActionIcon.php @@ -14,6 +14,8 @@ enum ActionIcon: string case EDIT = 'pencil'; // Delete case DELETE = 'delete'; + // Reject (not same as delete) + case REJECT = 'close-octagon-outline'; // Configure case CONFIGURE = 'hammer-wrench'; // Download