mirror of https://github.com/apache/archiva.git
fix activation of tab
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1551857 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
da87e72c5f
commit
232b707284
|
@ -146,6 +146,7 @@ function(jquery,utils,i18n,jqueryValidate,ko,koSimpleGrid) {
|
|||
var viewModel = new RoleViewModel(role);
|
||||
ko.applyBindings(viewModel,mainContent.find("#roles-view-tabs-content #role-edit").get(0));
|
||||
activateRoleEditTab();
|
||||
activateRoleUsersListTab();
|
||||
}
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue