Modify assigned changes section
Filter out ignored and closed changes from the "assigned reviews" section. Change-Id: Icc97cbc312b6ea7b565d3eb6a66cc13db4ec56b0
This commit is contained in:
		
				
					committed by
					
						
						Logan Hanks
					
				
			
			
				
	
			
			
			
						parent
						
							cf5decd884
						
					
				
				
					commit
					4977928e2f
				
			@@ -110,7 +110,8 @@ limitations under the License.
 | 
			
		||||
      {
 | 
			
		||||
        // Changes that are assigned to the viewed user.
 | 
			
		||||
        name: 'Assigned reviews',
 | 
			
		||||
        query: 'assignee:${user} (-is:wip OR owner:self OR assignee:self)',
 | 
			
		||||
        query: 'assignee:${user} (-is:wip OR owner:self OR assignee:self) ' +
 | 
			
		||||
            'is:open -is:ignored',
 | 
			
		||||
        hideIfEmpty: true,
 | 
			
		||||
      },
 | 
			
		||||
      {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user