feat(flags): enable password-vault, it-inventory, address-book, word-templates
This commit is contained in:
@@ -44,7 +44,7 @@ export const DEFAULT_FLAGS: FeatureFlag[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: "module.password-vault",
|
key: "module.password-vault",
|
||||||
enabled: false,
|
enabled: true,
|
||||||
label: "Seif Parole",
|
label: "Seif Parole",
|
||||||
description: "Depozit intern de credențiale",
|
description: "Depozit intern de credențiale",
|
||||||
category: "module",
|
category: "module",
|
||||||
@@ -52,7 +52,7 @@ export const DEFAULT_FLAGS: FeatureFlag[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: "module.it-inventory",
|
key: "module.it-inventory",
|
||||||
enabled: false,
|
enabled: true,
|
||||||
label: "Inventar IT",
|
label: "Inventar IT",
|
||||||
description: "Evidența echipamentelor",
|
description: "Evidența echipamentelor",
|
||||||
category: "module",
|
category: "module",
|
||||||
@@ -60,7 +60,7 @@ export const DEFAULT_FLAGS: FeatureFlag[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: "module.address-book",
|
key: "module.address-book",
|
||||||
enabled: false,
|
enabled: true,
|
||||||
label: "Contacte",
|
label: "Contacte",
|
||||||
description: "Clienți, furnizori, instituții",
|
description: "Clienți, furnizori, instituții",
|
||||||
category: "module",
|
category: "module",
|
||||||
@@ -68,7 +68,7 @@ export const DEFAULT_FLAGS: FeatureFlag[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: "module.word-templates",
|
key: "module.word-templates",
|
||||||
enabled: false,
|
enabled: true,
|
||||||
label: "Șabloane Word",
|
label: "Șabloane Word",
|
||||||
description: "Bibliotecă contracte și rapoarte",
|
description: "Bibliotecă contracte și rapoarte",
|
||||||
category: "module",
|
category: "module",
|
||||||
|
|||||||
Reference in New Issue
Block a user