Added the "you are responsible of" filter in "my tickets" page.
| | |
| | | gb.openMilestones = open milestones |
| | | gb.closedMilestones = closed milestones |
| | | gb.mytickets = my tickets |
| | | gb.responsibleMeTickets = you are responsible of |
| | |
| | | gb.ticketIsClosed = Ce ticket est clos. |
| | | gb.mergeToDescription = default integration branch for merging ticket patchsets |
| | | gb.mytickets = mes tickets |
| | | gb.responsibleMeTickets = dont vous ĂȘtes responsable |
| | |
| | | <li><a wicket:id="createdQuery"><i class="fa fa-user"></i> <wicket:message key="gb.yourCreatedTickets"></wicket:message></a></li> |
| | | <li><a wicket:id="watchedQuery"><i class="fa fa-eye"></i> <wicket:message key="gb.yourWatchedTickets"></wicket:message></a></li> |
| | | <li><a wicket:id="mentionsQuery"><i class="fa fa-comment"></i> <wicket:message key="gb.mentionsMeTickets"></wicket:message></a></li> |
| | | <li><a wicket:id="responsibleQuery"><i class="fa fa-user"></i> <wicket:message key="gb.responsibleMeTickets"></wicket:message></a></li> |
| | | <li class="divider"></li> |
| | | <li><a wicket:id="resetQuery"><i class="fa fa-bolt"></i> <wicket:message key="gb.reset"></wicket:message></a></li> |
| | | </ul> |
| | |
| | | sortBy, |
| | | desc, |
| | | 1))); |
| | | add(new BookmarkablePageLink<Void>("responsibleQuery", MyTicketsPage.class, |
| | | queryParameters( |
| | | Lucene.responsible.matches(username), |
| | | milestoneParam, |
| | | statiiParam, |
| | | assignedToParam, |
| | | sortBy, |
| | | desc, |
| | | 1))); |
| | | |
| | | // states |
| | | if (ArrayUtils.isEmpty(statiiParam)) { |