fmfi-svt / fajr

Frontend pre univerzitný systém AIS2 (vývoj skončil)
https://fajr.fmph.uniba.sk/
MIT License
0 stars 1 forks source link

Nefunkcny zoznam prihlasenych v demo instancii #133

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. prihlasit sa do demo verzie
2. kliknut na lubovolny zoznam prihlasenych na skusku

What is the expected output? What do you see instead?

Pri spracúvaní požiadavky nastala chyba:

Assertion failed on line /var/www/fajr/demo/libfajr/src/data/DataTableImpl.php: 
52,code: 49: foreach ($tableData as $rowKey=>$tableRow) { 50: $myRow = array(); 
51: $myRow['index'] = $rowKey; 52: assert(count($tableDefinition) == 
count($tableRow)); 53: 54: foreach($tableRow as $key=>$value) { 55: 
assert(is_numeric($key)); Failed expression: ''

Original issue reported on code.google.com by ppersh...@gmail.com on 25 Sep 2012 at 7:34

GoogleCodeExporter commented 8 years ago
Mergol som vetvu Issue-133-fix-demo a nahodil ju na demo instancii.
Dusan, diky!

Original comment by anty...@gmail.com on 25 Oct 2012 at 7:31