From 50d82b99ed002061c50fc363a256d0d69e00b6fc Mon Sep 17 00:00:00 2001
From: ml bonhomme <bonhomme@teklia.com>
Date: Fri, 12 Apr 2024 07:23:26 +0000
Subject: [PATCH] Allow deleting elements filtered by worker_run from the
 frontend

---
 src/store/navigation.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/store/navigation.js b/src/store/navigation.js
index 5ea2d51f7..e243d9a0b 100644
--- a/src/store/navigation.js
+++ b/src/store/navigation.js
@@ -107,6 +107,7 @@ export const getters = {
     'type',
     'folder',
     'worker_version',
+    'worker_run',
     'page',
     /*
      * Recursive and top_level are not supported by deletion APIs, but all deletions are always recursive
-- 
GitLab