mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fixed pagination problem.
The association table needs to be emptied if there is no entries.
This commit is contained in:
parent
b01220cc38
commit
007f6dd4c2
@ -993,6 +993,7 @@ IPA.association_facet = function (spec) {
|
|||||||
|
|
||||||
var pkeys = that.record[that.name];
|
var pkeys = that.record[that.name];
|
||||||
if (!pkeys || !pkeys.length) {
|
if (!pkeys || !pkeys.length) {
|
||||||
|
that.table.empty();
|
||||||
that.table.summary.text('No entries.');
|
that.table.summary.text('No entries.');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user