X-Git-Url: https://git.argeo.org/?p=gpl%2Fargeo-suite.git;a=blobdiff_plain;f=swt%2Forg.argeo.app.ui%2Fsrc%2Forg%2Fargeo%2Fapp%2Fui%2Fpeople%2FPersonUiProvider.java;h=70145b4d8d9885fb9817d56b0d559ee3731f2321;hp=d1dfd7861ff7ad85fd35d981c24dfdf99876a55f;hb=91e7e55536284e755520f45fe99b6346b283e3f0;hpb=0ce385583f755ff92e8b9b52436c5edcec3ca800 diff --git a/swt/org.argeo.app.ui/src/org/argeo/app/ui/people/PersonUiProvider.java b/swt/org.argeo.app.ui/src/org/argeo/app/ui/people/PersonUiProvider.java index d1dfd78..70145b4 100644 --- a/swt/org.argeo.app.ui/src/org/argeo/app/ui/people/PersonUiProvider.java +++ b/swt/org.argeo.app.ui/src/org/argeo/app/ui/people/PersonUiProvider.java @@ -49,10 +49,8 @@ public class PersonUiProvider implements SwtUiProvider { addFormLine(main, SuiteMsg.email, context, LdapAttrs.mail); Composite rolesSection = new Composite(main, SWT.NONE); - // rolesSection.setText("Roles"); rolesSection.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true, 2, 1)); rolesSection.setLayout(new GridLayout()); - // new Label(rolesSection, SWT.NONE).setText("Roles:"); List roles = Arrays.asList(cmsUserManager.getUserRoles(user.getName())); for (String role : roles) { // new Label(rolesSection, SWT.NONE).setText(role);