mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	Merge pull request #2083 from SchrodingersGat/search-results
Display "full_name" rather than "name" in quick search bar
This commit is contained in:
		| @@ -116,7 +116,7 @@ function inventreeDocReady() { | ||||
|                 success: function(data) { | ||||
|                     var transformed = $.map(data.results, function(el) { | ||||
|                         return { | ||||
|                             label: el.name, | ||||
|                             label: el.full_name, | ||||
|                             id: el.pk, | ||||
|                             thumbnail: el.thumbnail | ||||
|                         }; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user