mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Splitting basic widgets into visual widgets and fields
https://fedorahosted.org/freeipa/ticket/2040
This commit is contained in:
committed by
Endi S. Dewata
parent
a17bf5e754
commit
4bab6b7e5d
@@ -483,7 +483,7 @@ IPA.cert.status_widget = function(spec) {
|
||||
|
||||
spec = spec || {};
|
||||
|
||||
var that = IPA.widget(spec);
|
||||
var that = IPA.input_widget(spec);
|
||||
|
||||
that.entity_label = spec.entity_label || that.entity.metadata.label_singular;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user