mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 16:10:02 -06:00
webui: certificate search - select search attribute only when defined
Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
This commit is contained in:
parent
408457ce53
commit
05a917eb17
@ -1234,7 +1234,7 @@ IPA.cert.search_facet = function(spec) {
|
||||
that.show = function() {
|
||||
that.search_facet_show();
|
||||
|
||||
if (that.search_option) {
|
||||
if (that.search_option && that.state.search_option) {
|
||||
that.search_option.val(that.state.search_option);
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user