UserOrgSaveAction.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.
autoformat

LDEV-2472 according to stacktrace, hibernate flushes session at beginning of findById(userId) call, so don't remove child object until after any hibernate ops

when assigning global roles, was returning roles for a class, not the global ones

when user is removed from a group, remove from subgroups as well

  1. … 5 more files in changeset.
move filterRoles to service

  1. … 2 more files in changeset.
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.
tried to clarify some debug messages

some optimisation to avoid unnecessary db queries.

  1. … 5 more files in changeset.
only add user to org once roles are saved; fixed bug where a hibernate cascade error occurred if user tried to remove themself from an organisation

added new screen for assigning roles to users added to an organisation

  1. … 7 more files in changeset.
use proper spring context as Dapeng found out to fix OpenSessionInViewFilter-not-work issue

  1. … 4 more files in changeset.
giving learner role to users added to a course/class, so that their role list is not empty for that org (otherwise they will get an exception when logging in)

fix for adding more than 1 row into database at a time (previously hibernate would only add the first row and act like it had added subsequent rows)

  1. … 1 more file in changeset.
add/remove users from organisations functionality

    • -0
    • +152
    ./UserOrgSaveAction.java
  1. … 5 more files in changeset.