Removed the links for "All my tasks..." from the AssignedTaskSection
git-svn-id: https://svn.libreccm.org/ccm/trunk@2672 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
59252132a4
commit
b37c376eb6
|
|
@ -62,8 +62,10 @@ public final class AssignedTaskSection extends Section {
|
|||
|
||||
group.setSubject(subject);
|
||||
group.addAction(new RestartLink());
|
||||
group.addAction(new LockLink());
|
||||
group.addAction(new UnlockLink());
|
||||
//jensp 2014-06-06 Removed this two links because the funcationality they provide should
|
||||
//be accessible from this place.
|
||||
//group.addAction(new LockLink());
|
||||
//group.addAction(new UnlockLink());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Reference in New Issue