Merge branch 'development' of https://github.com/Worklenz/worklenz into feature/recurring-tasks
This commit is contained in:
@@ -108,14 +108,14 @@ export const settingsItems: SettingMenuItems[] = [
|
|||||||
element: React.createElement(CategoriesSettings),
|
element: React.createElement(CategoriesSettings),
|
||||||
adminOnly: true,
|
adminOnly: true,
|
||||||
},
|
},
|
||||||
// {
|
{
|
||||||
// key: 'project-templates',
|
key: 'project-templates',
|
||||||
// name: 'project-templates',
|
name: 'project-templates',
|
||||||
// endpoint: 'project-templates',
|
endpoint: 'project-templates',
|
||||||
// icon: React.createElement(FileZipOutlined),
|
icon: React.createElement(FileZipOutlined),
|
||||||
// element: React.createElement(ProjectTemplatesSettings),
|
element: React.createElement(ProjectTemplatesSettings),
|
||||||
// adminOnly: true,
|
adminOnly: true,
|
||||||
// },
|
},
|
||||||
{
|
{
|
||||||
key: 'task-templates',
|
key: 'task-templates',
|
||||||
name: 'task-templates',
|
name: 'task-templates',
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ const ProjectTemplatesSettings = () => {
|
|||||||
style={{ display: 'flex', gap: '10px', justifyContent: 'right' }}
|
style={{ display: 'flex', gap: '10px', justifyContent: 'right' }}
|
||||||
className="button-visibilty"
|
className="button-visibilty"
|
||||||
>
|
>
|
||||||
<Tooltip title={t('editToolTip')}>
|
{/* <Tooltip title={t('editToolTip')}>
|
||||||
<Button
|
<Button
|
||||||
size="small"
|
size="small"
|
||||||
onClick={() =>
|
onClick={() =>
|
||||||
@@ -60,7 +60,7 @@ const ProjectTemplatesSettings = () => {
|
|||||||
>
|
>
|
||||||
<EditOutlined />
|
<EditOutlined />
|
||||||
</Button>
|
</Button>
|
||||||
</Tooltip>
|
</Tooltip> */}
|
||||||
<Tooltip title={t('deleteToolTip')}>
|
<Tooltip title={t('deleteToolTip')}>
|
||||||
<Popconfirm
|
<Popconfirm
|
||||||
title={
|
title={
|
||||||
|
|||||||
Reference in New Issue
Block a user