Skip to content
Snippets Groups Projects
Commit 8fbe2669 authored by srosse's avatar srosse
Browse files

OO-4870: adjust table columns for LDAP delete users process

parent c13d105c
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,6 @@ public class DeletStep00 extends BasicStep{
FlexiTableColumnModel tableColumnModel = FlexiTableDataModelFactory.createFlexiTableColumnModel();
int colPos = 0;
tableColumnModel.addFlexiColumnModel(new DefaultFlexiColumnModel("username", 10000));
for (UserPropertyHandler userProperty : handlers) {
tableColumnModel.addFlexiColumnModel(new DefaultFlexiColumnModel(userProperty.i18nColumnDescriptorLabelKey(), colPos++));
}
......
......@@ -133,7 +133,6 @@ public class DeletStep01 extends BasicStep {
FlexiTableColumnModel tableColumnModel = FlexiTableDataModelFactory.createFlexiTableColumnModel();
int colPos = 0;
tableColumnModel.addFlexiColumnModel(new DefaultFlexiColumnModel("username", 10000));
List<UserPropertyHandler> handlers = new ArrayList<>();
for (String property : reqProberty) {
List<UserPropertyHandler> properHandlerList = UserManager.getInstance().getAllUserPropertyHandlers();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment