ticket weekly now navigates to the ticket
This commit is contained in:
parent
930c1d4eb1
commit
40aa7146a5
|
@ -22,7 +22,7 @@
|
|||
</vn-tr>
|
||||
</vn-thead>
|
||||
<vn-tbody>
|
||||
<vn-tr ng-repeat="weekly in weeklies" class="clickable">
|
||||
<vn-tr ng-repeat="weekly in weeklies" class="clickable" ui-sref="ticket.card.summary({id: {{::weekly.ticketFk}}})">
|
||||
<vn-td number>
|
||||
<span class="link"
|
||||
ng-click="$ctrl.showTicketDescriptor($event, weekly.ticketFk)">
|
||||
|
|
Loading…
Reference in New Issue