Removed the links for "All my tasks..." from the AssignedTaskSection

git-svn-id: https://svn.libreccm.org/ccm/trunk@2672 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2014-06-06 10:06:25 +00:00
parent 59252132a4
commit b37c376eb6
1 changed files with 4 additions and 2 deletions

View File

@ -62,8 +62,10 @@ public final class AssignedTaskSection extends Section {
group.setSubject(subject); group.setSubject(subject);
group.addAction(new RestartLink()); group.addAction(new RestartLink());
group.addAction(new LockLink()); //jensp 2014-06-06 Removed this two links because the funcationality they provide should
group.addAction(new UnlockLink()); //be accessible from this place.
//group.addAction(new LockLink());
//group.addAction(new UnlockLink());
} }
@Override @Override