Skip to content

Commit

Permalink
fix broken back button in module
Browse files Browse the repository at this point in the history
  • Loading branch information
schneider-felix committed Oct 31, 2024
1 parent 8337415 commit 32379cc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/Resources/app/administration/src/module/frosh-tools/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,63 +28,63 @@ Shopware.Module.register('frosh-tools', {
path: 'index',
meta: {
privilege: 'frosh_tools:read',
parentPath: 'frosh.tools.index.index'
parentPath: 'sw.settings.index.plugins'
}
},
cache: {
component: 'frosh-tools-tab-cache',
path: 'cache',
meta: {
privilege: 'frosh_tools:read',
parentPath: 'frosh.tools.index.index'
parentPath: 'sw.settings.index.plugins'
}
},
queue: {
component: 'frosh-tools-tab-queue',
path: 'queue',
meta: {
privilege: 'frosh_tools:read',
parentPath: 'frosh.tools.index.index'
parentPath: 'sw.settings.index.plugins'
}
},
scheduled: {
component: 'frosh-tools-tab-scheduled',
path: 'scheduled',
meta: {
privilege: 'frosh_tools:read',
parentPath: 'frosh.tools.index.index'
parentPath: 'sw.settings.index.plugins'
}
},
elasticsearch: {
component: 'frosh-tools-tab-elasticsearch',
path: 'elasticsearch',
meta: {
privilege: 'frosh_tools:read',
parentPath: 'frosh.tools.index.index'
parentPath: 'sw.settings.index.plugins'
}
},
logs: {
component: 'frosh-tools-tab-logs',
path: 'logs',
meta: {
privilege: 'frosh_tools:read',
parentPath: 'frosh.tools.index.index'
parentPath: 'sw.settings.index.plugins'
}
},
files: {
component: 'frosh-tools-tab-files',
path: 'files',
meta: {
privilege: 'frosh_tools:read',
parentPath: 'frosh.tools.index.index'
parentPath: 'sw.settings.index.plugins'
}
},
statemachines: {
component: 'frosh-tools-tab-state-machines',
path: 'state-machines',
meta: {
privilege: 'frosh_tools:read',
parentPath: 'frosh.tools.index.index'
parentPath: 'sw.settings.index.plugins'
}
},
}
Expand Down

0 comments on commit 32379cc

Please sign in to comment.