Avoid showing "removed" batch rows by default
This commit is contained in:
		
							parent
							
								
									d1db1c54c4
								
							
						
					
					
						commit
						d634143e84
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		|  | @ -185,7 +185,10 @@ export default { | |||
|         rowFilters: { | ||||
|             type: Function, | ||||
|             default: (uuid) => { | ||||
|                 return JSON.stringify([{field: 'batch_uuid', op: 'eq', value: uuid}]) | ||||
|                 return JSON.stringify([ | ||||
|                     {field: 'batch_uuid', op: 'eq', value: uuid}, | ||||
|                     {field: 'removed', op: 'eq', value: false}, | ||||
|                 ]) | ||||
|             }, | ||||
|         }, | ||||
|         rowOrderBy: { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Lance Edgar
						Lance Edgar