File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
controllers/events/view/tickets Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ export default class SessionItem extends Component {
29
29
}
30
30
31
31
@action
32
- async setUpComponent ( ) {
32
+ async setUpComponent ( ) {
33
33
const { speakers } = await this . args . session ;
34
34
const sortedSpeakers = { } ;
35
35
const sessionId = this . args . session . id ;
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ export default class AttendeesController extends Controller {
32
32
window . location = exportJobStatus . result . download_url ;
33
33
this . notify . success ( this . l10n . t ( 'Download Ready' ) ) ;
34
34
} else if ( exportJobStatus . state === 'WAITING' ) {
35
- this . requestLoop ( exportJobInfo ) ;
35
+ this . requestLoop ( exportJobInfo , mode ) ;
36
36
this . notify . alert ( this . l10n . t ( 'Task is going on.' ) ) ;
37
37
} else {
38
38
this . notify . error ( mode . toUpperCase ( ) + ' ' + this . l10n . t ( 'Export has failed.' ) ) ;
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ export default class OrdersController extends Controller {
32
32
window . location = exportJobStatus . result . download_url ;
33
33
this . notify . success ( this . l10n . t ( 'Download Ready' ) ) ;
34
34
} else if ( exportJobStatus . state === 'WAITING' ) {
35
- this . requestLoop ( exportJobInfo ) ;
35
+ this . requestLoop ( exportJobInfo , mode ) ;
36
36
this . notify . alert ( this . l10n . t ( 'Task is going on.' ) ) ;
37
37
} else {
38
38
this . notify . error ( mode . toUpperCase ( ) + ' ' + this . l10n . t ( 'Export has failed.' ) ) ;
You can’t perform that action at this time.
0 commit comments