android app done, fix in ticket selection api

This commit is contained in:
2023-10-10 12:10:12 +02:00
parent 5245305daa
commit ea5ea207a9
23 changed files with 9 additions and 7 deletions

View File

@@ -176,7 +176,7 @@ class POSTHandler {
// Create details
let info = {};
info[ data.eventID ] = {};
info[ data.eventID ][ id ] = data;
info[ data.eventID ][ data.id ] = data;
if ( !this.temporarilySelected[ data.eventID ] ) {
this.temporarilySelected[ data.eventID ] = {};
}