mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fixed undefined label in permission adder dialog box.
The IPA.rights_widget was fixed to invoke the base init() method to load the i18n labels properly. Ticket 1113
This commit is contained in:
committed by
Adam Young
parent
e7fda0652d
commit
cb5e709e7d
@@ -181,6 +181,9 @@ IPA.rights_widget = function(spec) {
|
||||
that.rights = ['write', 'add', 'delete'];
|
||||
|
||||
that.init = function() {
|
||||
|
||||
that.widget_init();
|
||||
|
||||
for (var i=0; i<that.rights.length; i++) {
|
||||
var right = that.rights[i];
|
||||
that.add_option({label: right, value: right});
|
||||
|
||||
Reference in New Issue
Block a user