feat: improve gantt filter label
This commit is contained in:
parent
ba5240f6ae
commit
66be016a7f
@ -53,7 +53,7 @@ describe('Project View Gantt', () => {
|
|||||||
cy.visit('/projects/1/2')
|
cy.visit('/projects/1/2')
|
||||||
|
|
||||||
cy.get('.gantt-options .fancy-checkbox')
|
cy.get('.gantt-options .fancy-checkbox')
|
||||||
.contains('Show tasks which don\'t have dates set')
|
.contains('Show tasks without dates')
|
||||||
.click()
|
.click()
|
||||||
|
|
||||||
cy.get('.g-gantt-rows-container')
|
cy.get('.g-gantt-rows-container')
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
v-model="filters.showTasksWithoutDates"
|
v-model="filters.showTasksWithoutDates"
|
||||||
is-block
|
is-block
|
||||||
>
|
>
|
||||||
{{ $t('project.gantt.showTasksWithoutDates') }}
|
{{ $t('task.show.noDates') }}
|
||||||
</FancyCheckbox>
|
</FancyCheckbox>
|
||||||
</div>
|
</div>
|
||||||
</Card>
|
</Card>
|
||||||
|
@ -329,7 +329,6 @@
|
|||||||
},
|
},
|
||||||
"gantt": {
|
"gantt": {
|
||||||
"title": "Gantt",
|
"title": "Gantt",
|
||||||
"showTasksWithoutDates": "Aufgaben anzeigen, für die keine Daten festgelegt sind",
|
|
||||||
"size": "Größe",
|
"size": "Größe",
|
||||||
"default": "Standard",
|
"default": "Standard",
|
||||||
"month": "Monat",
|
"month": "Monat",
|
||||||
|
@ -329,7 +329,6 @@
|
|||||||
},
|
},
|
||||||
"gantt": {
|
"gantt": {
|
||||||
"title": "Gantt",
|
"title": "Gantt",
|
||||||
"showTasksWithoutDates": "Show tasks which don't have dates set",
|
|
||||||
"size": "Size",
|
"size": "Size",
|
||||||
"default": "Default",
|
"default": "Default",
|
||||||
"month": "Month",
|
"month": "Month",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user