mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-11 09:42:15 +01:00
add import types and description from the server, add report data modal
This commit is contained in:
@@ -84,7 +84,7 @@ class ImportController extends Controller
|
||||
* tasks: array{
|
||||
* created: int,
|
||||
* },
|
||||
* time-entries: array{
|
||||
* time_entries: array{
|
||||
* created: int,
|
||||
* },
|
||||
* tags: array{
|
||||
|
||||
@@ -39,7 +39,7 @@ class ReportDto
|
||||
* tasks: array{
|
||||
* created: int,
|
||||
* },
|
||||
* time-entries: array{
|
||||
* time_entries: array{
|
||||
* created: int,
|
||||
* },
|
||||
* tags: array{
|
||||
@@ -62,7 +62,7 @@ class ReportDto
|
||||
'tasks' => [
|
||||
'created' => $this->tasksCreated,
|
||||
],
|
||||
'time-entries' => [
|
||||
'time_entries' => [
|
||||
'created' => $this->timeEntriesCreated,
|
||||
],
|
||||
'tags' => [
|
||||
|
||||
Reference in New Issue
Block a user