summaryrefslogtreecommitdiffstats
path: root/install/ui/entitle.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/entitle.js')
-rw-r--r--install/ui/entitle.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/install/ui/entitle.js b/install/ui/entitle.js
index 2687f6f9..693206cb 100644
--- a/install/ui/entitle.js
+++ b/install/ui/entitle.js
@@ -580,9 +580,9 @@ IPA.entitle.register_online_dialog = function(spec) {
that.save(record);
that.entity.register_online(
- record.username,
- record.password,
- record.ipaentitlementid,
+ record.username[0],
+ record.password[0],
+ record.ipaentitlementid[0],
function() {
var facet = that.entity.get_facet();
facet.refresh();
@@ -638,7 +638,7 @@ IPA.entitle.consume_dialog = function(spec) {
that.save(record);
that.entity.consume(
- record.quantity,
+ record.quantity[0],
function() {
var facet = that.entity.get_facet();
facet.refresh();