fix weekly view day format (#2893)
* make duplicate project action available on details page * move "weekly hours" form to main menu * changed label of week chooser * hide quick entries menu for punch mode users
This commit is contained in:
@@ -52,7 +52,6 @@ class QuickEntryControllerTest extends ControllerBaseTest
|
||||
self::assertCount(10, $columns);
|
||||
|
||||
$this->assertPageActions($client, [
|
||||
'back' => $this->createUrl('/timesheet/'),
|
||||
'help' => 'https://www.kimai.org/documentation/weekly-times.html'
|
||||
]);
|
||||
}
|
||||
@@ -95,7 +94,6 @@ class QuickEntryControllerTest extends ControllerBaseTest
|
||||
self::assertCount(10, $columns);
|
||||
|
||||
$this->assertPageActions($client, [
|
||||
'back' => $this->createUrl('/timesheet/'),
|
||||
'help' => 'https://www.kimai.org/documentation/weekly-times.html'
|
||||
]);
|
||||
}
|
||||
|
||||
@@ -44,7 +44,6 @@ class TimesheetControllerTest extends ControllerBaseTest
|
||||
'visibility' => '#',
|
||||
'download toolbar-action modal-ajax-form' => $this->createUrl('/timesheet/export/'),
|
||||
'create modal-ajax-form' => $this->createUrl('/timesheet/create'),
|
||||
'quick_entry create-ts' => $this->createUrl('/quick_entry'),
|
||||
'help' => 'https://www.kimai.org/documentation/timesheet.html'
|
||||
]);
|
||||
}
|
||||
|
||||
@@ -52,7 +52,7 @@ class LocaleFormatExtensionsTest extends TestCase
|
||||
public function testGetFilters()
|
||||
{
|
||||
$filters = [
|
||||
'month_name', 'day_name', 'date_short', 'date_time', 'date_full', 'date_format', 'time', 'hour24',
|
||||
'month_name', 'day_name', 'date_short', 'date_time', 'date_full', 'date_format', 'date_weekday', 'time', 'hour24',
|
||||
'duration', 'chart_duration', 'duration_decimal', 'money', 'currency', 'country', 'language', 'amount'
|
||||
];
|
||||
$i = 0;
|
||||
|
||||
Reference in New Issue
Block a user