mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Fix nextmatch changing value back before it could be submitted
This commit is contained in:
parent
a83f9a1ec9
commit
17834f1be8
@ -260,18 +260,6 @@ export function nm_action(_action, _senders, _target, _ids)
|
||||
{
|
||||
nextmatch.getInstanceManager().submit();
|
||||
}
|
||||
|
||||
if(_action.data.nm_action == 'open_popup')
|
||||
{
|
||||
// Force nextmatch to re-load affected rows
|
||||
// Must be after submit, so server gives us up to date info
|
||||
// Otherwise, old info will be sent and could overwrite the new,
|
||||
// depending on timing.
|
||||
nextmatch.refresh(idsArr);
|
||||
|
||||
// Reset action in case there's another one
|
||||
nextmatch.getValue = old_value;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user