mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Alway prefer custom onFinishOne callback if it is set
This commit is contained in:
parent
160334a4ac
commit
eb795d523b
@ -665,7 +665,7 @@ export class et2_file extends et2_inputWidget
|
||||
event.data = this;
|
||||
|
||||
// Callback
|
||||
if(typeof this.onFinishOne == 'function')
|
||||
if(typeof this.onFinishOne == 'function' && !this.options.onFinishOne)
|
||||
{
|
||||
this.onFinishOne(event, response, name);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user