@@ -6222,13 +6222,13 @@ angular.extend(d, {
6222
6222
canShowRoles:!0,
6223
6223
roleBindings:a.by("metadata.name"),
6224
6224
subjectKindsForUI:k.mapRolebindingsForUI(a.by("metadata.name"), r)
6225
- });
6225
+ }), u() ;
6226
6226
}, {
6227
6227
errorNotification:!1
6228
6228
});
6229
6229
}, w = function(b, c) {
6230
6230
d.disableAddForm = !0, l.create(b, c, o, n).then(function() {
6231
- u(), v(), t("rolebindingCreate", "success", s.update.subject.success({
6231
+ v(), t("rolebindingCreate", "success", s.update.subject.success({
6232
6232
roleName:b.metadata.name,
6233
6233
subjectName:c.name
6234
6234
}));
@@ -6242,7 +6242,7 @@ httpErr:a("getErrorDetails")(d)
6242
6242
});
6243
6243
}, x = function(b, c, e) {
6244
6244
d.disableAddForm = !0, l.addSubject(b, c, e, n).then(function() {
6245
- u(), v(), t("rolebindingUpdate", "success", s.update.subject.success({
6245
+ v(), t("rolebindingUpdate", "success", s.update.subject.success({
6246
6246
roleName:b.roleRef.name,
6247
6247
subjectName:c.name
6248
6248
}));
0 commit comments