diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index fcaf55f..3afb783 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,7 +4,13 @@
-
+
+
+
+
+
+
+
@@ -35,7 +41,7 @@
@@ -226,7 +232,7 @@
"RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager.252": "true",
"RunOnceActivity.git.unshallow": "true",
"RunOnceActivity.typescript.service.memoryLimit.init": "true",
- "git-widget-placeholder": "feature/FER-13-faire-des-recherches-sur-le-scanner-des-betes",
+ "git-widget-placeholder": "fix/FER-15-fix-droit-de-suppression-reception-expedition-util",
"last_opened_file_path": "//wsl.localhost/Ubuntu-24.04/home/m-tristan/workspace/Ferme",
"node.js.detected.package.eslint": "true",
"node.js.detected.package.tslint": "true",
@@ -320,15 +326,7 @@
-
-
-
-
- 1769435038236
-
-
-
- 1769435038236
+
@@ -714,7 +712,15 @@
1774543766582
-
+
+
+ 1774543840891
+
+
+
+ 1774543840891
+
+
@@ -764,8 +770,6 @@
-
-
@@ -789,7 +793,9 @@
-
+
+
+
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bd79251..c48f6e0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -62,6 +62,7 @@ Ajouter dans le fichier .env du frontend
* [#FER-11] Corriger le problème de bearer token
* [#FER-12] Ajouter un blocage des utilisateurs
* [#FER-13] Faire des recherches sur le scanner des bêtes
+* [#FER-15] Les non-admin ne peuvent plus supprimer de réception/expédition en attente
### Changed
diff --git a/frontend/pages/reception/waiting-reception.vue b/frontend/pages/reception/waiting-reception.vue
index 11125bc..10d7797 100644
--- a/frontend/pages/reception/waiting-reception.vue
+++ b/frontend/pages/reception/waiting-reception.vue
@@ -4,7 +4,7 @@
:columns="columns"
:items="receptionList ?? []"
route-prefix="/reception"
- show-actions
+ :show-actions="auth.isAdmin"
>
{{ formatDate(item.receptionDate) }}
@@ -23,6 +23,9 @@