Before renaming imports to tasks
This commit is contained in:
parent
a494dc6482
commit
86efa11994
18 changed files with 81 additions and 58 deletions
|
@ -132,7 +132,7 @@ function getMenus(t) {
|
|||
}
|
||||
},
|
||||
imports: {
|
||||
title: t('Imports'),
|
||||
title: t('Imports & Tasks'),
|
||||
link: params => `/lists/${params.listId}/imports/`,
|
||||
visible: resolved => resolved.list.permissions.includes('viewImports'),
|
||||
panelRender: props => <ImportsList list={props.resolved.list} />,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue