mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fixes disappearing automember expressions
https://fedorahosted.org/freeipa/ticket/5353 Reviewed-By: Tomas Babej <tbabej@redhat.com>
This commit is contained in:
parent
16261adc58
commit
9d562038ad
@ -516,7 +516,8 @@ IPA.automember.condition_widget = function(spec) {
|
|||||||
var i = results.length - 1;
|
var i = results.length - 1;
|
||||||
while (i >= 0) {
|
while (i >= 0) {
|
||||||
if (results[i].completed === 1){
|
if (results[i].completed === 1){
|
||||||
that.reload_facet({ result: results[i] });
|
that.reload_facet({ error: results[i].error, id: null,
|
||||||
|
result: results[i] });
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
i--;
|
i--;
|
||||||
|
Loading…
Reference in New Issue
Block a user