diff --git a/client/client/src/greuge-list/greuge-list.html b/client/client/src/greuge-list/greuge-list.html index a361dfbcfc..22566ec66c 100644 --- a/client/client/src/greuge-list/greuge-list.html +++ b/client/client/src/greuge-list/greuge-list.html @@ -9,20 +9,17 @@ - - {{::greuge.shipped | date:'dd/MM/yyyy HH:mm' }} - {{::greuge.description}} - {{::greuge.amount | number:2}} € - {{::greuge.greugeType.name}} + ng-repeat="greuge in index.model.instances track by greuge.id"> + {{::greuge.shipped | date:'dd/MM/yyyy HH:mm' }} + {{::greuge.description}} + {{::greuge.amount | number:2}} € + {{::greuge.greugeType.name}} - No results @@ -36,3 +33,4 @@ + \ No newline at end of file diff --git a/services/db/02-fixtures.sql b/services/db/02-fixtures.sql index ad22fa67bb..9cf4deeeca 100644 --- a/services/db/02-fixtures.sql +++ b/services/db/02-fixtures.sql @@ -620,6 +620,6 @@ INSERT INTO `vn`.`itemTag`(`id`,`itemFk`,`tagFk`,`value`,`priority`) (4, 1, 4, 'Gamoras hideout', 2), (5, 1, 5, 'Gamora', 1); -INSERT INTO `vn`.`clientLog` (`id`, `originFk`, `userFk`, `action`, `description`) +INSERT INTO `vn`.`itemLog` (`id`, `originFk`, `userFk`, `action`, `description`) VALUES ('1', '1', '1', 'insert', 'We made an change!'); \ No newline at end of file