Skip to content

Commit 8b24bd8

Browse files
author
Tobias
authored
bugfix: show details in report
fix mtierltd#107
1 parent c2f8442 commit 8b24bd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Db/ReportItem.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ public function __construct() {
2424

2525
$this->addType('id', 'integer');
2626
$this->addType('name', 'string');
27-
$this->addType('name', 'details');
27+
$this->addType('details', 'string');
2828
$this->addType('projectId', 'integer');
2929
$this->addType('userUid', 'string');
3030
$this->addType('time', 'string');
3131
$this->addType('totalDuration', 'integer');
3232
$this->addType('project', 'string');
3333
}
34-
}
34+
}

0 commit comments

Comments
 (0)