mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-02 22:57:33 -05:00 
			
		
		
		
	Show project name in the tasks table
This commit is contained in:
		
							parent
							
								
									353fd1cb39
								
							
						
					
					
						commit
						bffcca9b04
					
				@ -20,6 +20,11 @@
 | 
				
			|||||||
                            {{ ctrans('texts.description') }}
 | 
					                            {{ ctrans('texts.description') }}
 | 
				
			||||||
                        </span>
 | 
					                        </span>
 | 
				
			||||||
                    </th>
 | 
					                    </th>
 | 
				
			||||||
 | 
					                    <th class="px-6 py-3 text-xs font-medium leading-4 tracking-wider text-left text-white uppercase border-b border-gray-200 bg-primary">
 | 
				
			||||||
 | 
					                        <span role="button" wire:click="sortBy('description')" class="cursor-pointer">
 | 
				
			||||||
 | 
					                            {{ ctrans('texts.project') }}
 | 
				
			||||||
 | 
					                        </span>
 | 
				
			||||||
 | 
					                    </th>
 | 
				
			||||||
                    <th class="px-6 py-3 border-b border-gray-200 bg-primary text-left text-xs leading-4 font-medium text-white uppercase tracking-wider">
 | 
					                    <th class="px-6 py-3 border-b border-gray-200 bg-primary text-left text-xs leading-4 font-medium text-white uppercase tracking-wider">
 | 
				
			||||||
                        <span role="button" wire:click="sortBy('status_id')" class="cursor-pointer">
 | 
					                        <span role="button" wire:click="sortBy('status_id')" class="cursor-pointer">
 | 
				
			||||||
                            {{ ctrans('texts.status') }}
 | 
					                            {{ ctrans('texts.status') }}
 | 
				
			||||||
@ -38,6 +43,9 @@
 | 
				
			|||||||
                        <td class="px-6 py-4 whitespace-no-wrap text-sm leading-5 text-gray-500">
 | 
					                        <td class="px-6 py-4 whitespace-no-wrap text-sm leading-5 text-gray-500">
 | 
				
			||||||
                            {{ \Illuminate\Support\Str::limit($task->description, 80) }}
 | 
					                            {{ \Illuminate\Support\Str::limit($task->description, 80) }}
 | 
				
			||||||
                        </td>
 | 
					                        </td>
 | 
				
			||||||
 | 
					                        <td class="px-6 py-4 whitespace-no-wrap text-sm leading-5 text-gray-500">
 | 
				
			||||||
 | 
					                            {{ optional($task->project)->name }}
 | 
				
			||||||
 | 
					                        </td>
 | 
				
			||||||
                        <td class="px-6 py-4 whitespace-no-wrap text-sm leading-5 text-gray-500">
 | 
					                        <td class="px-6 py-4 whitespace-no-wrap text-sm leading-5 text-gray-500">
 | 
				
			||||||
                            {{ optional($task->status)->name }}
 | 
					                            {{ optional($task->status)->name }}
 | 
				
			||||||
                        </td>
 | 
					                        </td>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user