mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 05:14:23 +00:00
android app done, fix in ticket selection api
This commit is contained in:
@@ -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 ] = {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user