| Line 207... |
Line 207... |
| 207 |
<tr>
|
207 |
<tr>
|
| 208 |
<th>Ticket Id</th>
|
208 |
<th>Ticket Id</th>
|
| 209 |
<th>Partner</th>
|
209 |
<th>Partner</th>
|
| 210 |
<th>Category</th>
|
210 |
<th>Category</th>
|
| 211 |
<th>SubCategory</th>
|
211 |
<th>SubCategory</th>
|
| 212 |
<th>Message</th>
|
212 |
<th>Message</th>
|
| - |
|
213 |
<th>Created By</th>
|
| 213 |
<th>Assigned To</th>
|
214 |
<th>Assigned To</th>
|
| 214 |
<th>Created TimeStamp</th>
|
215 |
<th>Created TimeStamp</th>
|
| 215 |
<th>Status</th>
|
216 |
<th>Status</th>
|
| 216 |
<th>Action</th>
|
217 |
<th>Action</th>
|
| 217 |
</tr>
|
218 |
</tr>
|
| Line 224... |
Line 225... |
| 224 |
<td>$ticket.getId()</td>
|
225 |
<td>$ticket.getId()</td>
|
| 225 |
<td>$fofoIdsAndCustomRetailer.get($ticket.getFofoId()).getBusinessName()</td>
|
226 |
<td>$fofoIdsAndCustomRetailer.get($ticket.getFofoId()).getBusinessName()</td>
|
| 226 |
<td>$subCategoryIdAndCategoryMap.get($ticket.getSubCategoryId()).getName()</td>
|
227 |
<td>$subCategoryIdAndCategoryMap.get($ticket.getSubCategoryId()).getName()</td>
|
| 227 |
|
228 |
|
| 228 |
|
229 |
|
| 229 |
<td><a href="#" data-toggle="modal" data-target="#myModal" data-ticketid="$ticket.getId()" data-internal="true" data-role="true" id="activities" data-assignee="$authUserListMap.get($ticket.getId()).get(0).getFirstName()">$subCategoryIdAndSubCategoryMap.get($ticket.getSubCategoryId()).getName()</a></td>
|
230 |
<td><a href="#" data-toggle="modal" data-target="#myModal" data-ticketid="$ticket.getId()" data-internal="true" data-role="true" id="activities" data-assignee="$authUserListMap.get($ticket.getId()).get(0).getFirstName()">$subCategoryIdAndSubCategoryMap.get($ticket.getSubCategoryId()).getName()</a></td>
|
| 230 |
<td>$activityMap.get($ticket.getId()).get(0).getMessage()</td>
|
231 |
<td>$activityMap.get($ticket.getId()).get(0).getMessage()</td>
|
| - |
|
232 |
#if($activityMapWithActivityId.get($ticket.getFirstActivityId()).get(0).getCreatedBy() > 0)
|
| - |
|
233 |
<td>$authUserMap.get($activityMapWithActivityId.get($ticket.getFirstActivityId()).get(0).getCreatedBy()).getFirstName() $authUserMap.get($activityMapWithActivityId.get($ticket.getFirstActivityId()).get(0).getCreatedBy()).getLastName()</td>
|
| 231 |
|
234 |
#else
|
| - |
|
235 |
<td>0</td>
|
| 232 |
|
236 |
#end
|
| 233 |
<td>#foreach($authUser in $authUserListMap.get($ticket.getId()))
|
237 |
<td>#foreach($authUser in $authUserListMap.get($ticket.getId()))
|
| 234 |
<span>$authUser.getFirstName() $authUser.getLastName() ($authUser.getEmployeeCode())
|
238 |
<span>$authUser.getFirstName() $authUser.getLastName() ($authUser.getEmployeeCode())
|
| 235 |
<span><br/>
|
239 |
<span><br/>
|
| 236 |
#end
|
240 |
#end
|
| 237 |
</td>
|
241 |
</td>
|