UserOrgRoleSaveAction.java

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4407 Move classes to the proper packages

Action classes were moved to admin.web.action package; forms to

admin.web.form; DTOs to admin.web.dto.

(To access files' earlier history use Eclipse's Show in History feature

or run 'git log --follow ./path/to/file')

  1. … 76 more files in changeset.
LDEV-3776: Remove $Id CVS keyword.

  1. … 1074 more files in changeset.
LDEV-3776: Remove $Id CVS keyword.

  1. … 782 more files in changeset.
LDEV-3776: Clean up and format all LAMS Java code.

  1. … 50 more files in changeset.
LDEV-3776: Clean up and format all LAMS Java code.

  1. … 55 more files in changeset.
LDEV-3401: Convert XDoclet annotations to empty comments.

  1. … 473 more files in changeset.
LDEV-1261: Fixing a lazy loading exception that started when we removed the hibernate session filter on the user role import. The organisation can't be passed in from the web layer as it isn't connected to the session, and so when it tries to get the user organisation from the organisation, it throws a lazy loading exception.

  1. … 5 more files in changeset.
fix bug where you could add user without any roles

remove most remaining 'getBlahService' text and use functions in AdminServiceProxy

  1. … 16 more files in changeset.
Updated address of FSF in copyright statement

  1. … 1392 more files in changeset.
change role saving to use service method - also creates workspace for author if for some reason the user doesn't have one. (LDEV-668)

  1. … 1 more file in changeset.
fix bug where sysadmin could add userOrganisation rows to the same org indefinitely because the userOrganisations were not being added to organisation's attached Set.

when adding existing user to a subgroup, user is automatically added to group with same roles.

  1. … 3 more files in changeset.
LDEV-491 fix only 1 role being added

  1. … 1 more file in changeset.
only add user to org once roles are saved

fixed bug where roles did not appear in user list until you refreshed the page. needed to attach the UserOrganisationRole to the UserOrganisation instead of just saving the UserOrganisationRole.

  1. … 1 more file in changeset.
remove session scoped ActionForm when it's not going to used

struts hack

  1. … 3 more files in changeset.
added new screen for assigning roles to users added to an organisation

    • -0
    • +115
    ./UserOrgRoleSaveAction.java
  1. … 7 more files in changeset.