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:
Endi S. Dewata
2011-04-11 20:22:38 -05:00
committed by Endi Sukma Dewata
parent 805b94f22d
commit e3ec1fb7ef
10 changed files with 661 additions and 55 deletions

View File

@@ -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;