From de4dcaaecb38e6da40300ae9bb7fba8bb05f9eb4 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 22 Feb 2024 21:11:40 +0200 Subject: [PATCH] list rebuild-category-paths --- application/Espo/Resources/metadata/app/consoleCommands.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/Espo/Resources/metadata/app/consoleCommands.json b/application/Espo/Resources/metadata/app/consoleCommands.json index 3b16c63355..321f9f89e6 100644 --- a/application/Espo/Resources/metadata/app/consoleCommands.json +++ b/application/Espo/Resources/metadata/app/consoleCommands.json @@ -36,11 +36,11 @@ }, "rebuildCategoryPaths": { "className": "Espo\\Classes\\ConsoleCommands\\RebuildCategoryPaths", - "listed": false + "listed": true }, "populateArrayValues": { "className": "Espo\\Classes\\ConsoleCommands\\PopulateArrayValues", - "listed": false + "listed": true }, "populateNumbers": { "className": "Espo\\Classes\\ConsoleCommands\\PopulateNumbers",