Skip to content

Commit

Permalink
SAK-18178- reverting r75443, as the implemention will be moved to the…
Browse files Browse the repository at this point in the history
… service level in BaseAliasService (KNL-454)

git-svn-id: https://source.sakaiproject.org/svn/alias/trunk@75504 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
savithap committed Mar 31, 2010
1 parent e0a5487 commit 07ed7a9
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -448,11 +448,6 @@ private boolean readAliasForm(RunData data, SessionState state)
String id = StringUtil.trimToNull(data.getParameters().getString("id"));
String target = StringUtil.trimToNull(data.getParameters().getString("target"));

if (id!=null && id.length()>99){ //SAK-18178
addAlert(state,"The length of alias cannot be greater than 99 characters");
return false;
}

// get the alias
AliasEdit alias = (AliasEdit) state.getAttribute("alias");

Expand Down

0 comments on commit 07ed7a9

Please sign in to comment.