Fix nextmatch changing value back before it could be submitted

This commit is contained in:
nathan 2022-04-01 14:52:40 -06:00
parent a83f9a1ec9
commit 17834f1be8

View File

@ -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
{