mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix WebUI crash when server installed as CA-less
https://fedorahosted.org/freeipa/ticket/3235
This commit is contained in:
parent
242a090807
commit
13ad7da19a
@ -947,6 +947,8 @@ IPA.cert.status_field = function(spec) {
|
|||||||
|
|
||||||
exp.create_cert_metadata = function() {
|
exp.create_cert_metadata = function() {
|
||||||
|
|
||||||
|
if (!IPA.cert.is_enabled()) return null;
|
||||||
|
|
||||||
var add_param = function(name, label, doc, primary_key) {
|
var add_param = function(name, label, doc, primary_key) {
|
||||||
entity.takes_params.push({
|
entity.takes_params.push({
|
||||||
name: name,
|
name: name,
|
||||||
|
Loading…
Reference in New Issue
Block a user