mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-11-04 00:02:37 +01:00 
			
		
		
		
	2.1 old UI - fix error "pagesize parameter is required when page is specified".
This commit is contained in:
		
							parent
							
								
									0547b890d4
								
							
						
					
					
						commit
						05ce5e771c
					
				@ -271,7 +271,7 @@ function listItems(submenuContent, commandString, jsonResponse1, jsonResponse2,
 | 
			
		||||
 | 
			
		||||
    index = 0;
 | 
			
		||||
    $.ajax({
 | 
			
		||||
	    data: createURL(commandString),
 | 
			
		||||
	    data: createURL(commandString+"&pagesize="+pageSize),
 | 
			
		||||
	    dataType: "json",
 | 
			
		||||
	    async: false,
 | 
			
		||||
	    success: function(json) {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user