Changes for page Rooms

Last modified by Ricardo Julio Rodríguez Fernández on 2024/03/13 12:06

From version 10.1
edited by Ricardo Julio Rodríguez Fernández
on 2024/03/11 20:13
Change comment: There is no comment for this version
To version 9.1
edited by Ricardo Julio Rodríguez Fernández
on 2024/03/11 20:11
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -4,8 +4,8 @@
4 4  rowNum = 0
5 5  sql.eachRow('SELECT * FROM json') { row ->
6 6   def first = row[0]
7 - def last = row.person
8 - assert expected[rowNum++] == "$room_id $room_title"
7 + def last = row.lastname
8 + assert expected[rowNum++] == "$first $last"
9 9  }
10 10  sql.close()
11 11  {{/groovy}}