Add comment

This commit is contained in:
Adria Navarro 2024-10-04 15:54:07 +02:00
parent 349637733e
commit 6f62b8671d
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@ const derivedStore = derived(store, $store => {
// Generate an entry for every view as well
Object.keys($store || {}).forEach(tableId => {
// We need to have all the actions for the table in order to be displayed in the crud section
map[tableId] = $store[tableId]
for (let action of $store[tableId]) {
const otherSources = (action.allowedSources || []).filter(