File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
resources/config/liquibase/fake-data
webapp/app/modules/userSurveysDashboard Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1- id;name;description;deadline;status
2- 1;Division;BMW Pound Zealand;2023-05-09;ACTIVE
3- 2;Auburn platforms;networks Architect;2023-05-10;ACTIVE
4- 3;orchid;Drive ZirconiumX;2023-05-10;ACTIVE
5- 4;infomediaries Route;that EngineerXXX;2023-05-09;ACTIVE
6- 5;navigation synthesize next;Analyst matrix Interactions;2023-05-09;ACTIVE
7- 6;backing holistic;Rupiah North Luxurious;2023-05-10;EXPIRED
8- 7;neutral;panel consequently Operations;2023-05-10;EXPIRED
9- 8;Ohio avaricious Cisgender;CambridgeshireXX;2023-05-10;EXPIRED
10- 9;Convertible oh;Hybrid KiaXXXXXX;2023-05-10;EXPIRED
11- 10;IP Orland;kilogramXXXXXXXX;2023-05-10;DRAFT
1+ id;name;description;deadline;status;user_id
2+ 1;Division;BMW Pound Zealand;2023-05-09;ACTIVE;1
3+ 2;Auburn platforms;networks Architect;2023-05-10;ACTIVE;1
4+ 3;orchid;Drive ZirconiumX;2023-05-10;ACTIVE;1
5+ 4;infomediaries Route;that EngineerXXX;2023-05-09;ACTIVE;1
6+ 5;navigation synthesize next;Analyst matrix Interactions;2023-05-09;ACTIVE;1
7+ 6;backing holistic;Rupiah North Luxurious;2023-05-10;EXPIRED;2
8+ 7;neutral;panel consequently Operations;2023-05-10;EXPIRED;2
9+ 8;Ohio avaricious Cisgender;CambridgeshireXX;2023-05-10;EXPIRED;2
10+ 9;Convertible oh;Hybrid KiaXXXXXX;2023-05-10;EXPIRED;2
11+ 10;IP Orland;kilogramXXXXXXXX;2023-05-10;DRAFT;2
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ const UserSurveysDashboard = () => {
135135 { /*TODO add approximate completion time column to survey table or find another way to calculate it*/ }
136136 < p > Completion time: placeholder</ p >
137137 < p >
138- Author: { survey . users [ 0 ] . firstName } { survey . users [ 0 ] . lastName }
138+ Author: { survey . user . firstName } { survey . user . lastName }
139139 </ p >
140140 </ Modal . Body >
141141 < Modal . Footer >
You can’t perform that action at this time.
0 commit comments