mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Entitlement registration.
The entitlement facet will show buttons according to the entitlement status. If it's unregistered, the facet will show a Register button. If it's registered, the facet will show a Consume button.
This commit is contained in:
committed by
Endi Sukma Dewata
parent
805b94f22d
commit
e3ec1fb7ef
@@ -105,6 +105,9 @@ IPA.dialog = function(spec) {
|
||||
};
|
||||
|
||||
that.init = function() {
|
||||
|
||||
that.entity = IPA.get_entity(that.entity_name);
|
||||
|
||||
for (var i=0; i<that.fields.length; i++) {
|
||||
var field = that.fields[i];
|
||||
field.entity_name = that.entity_name;
|
||||
|
Reference in New Issue
Block a user