mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-11-03 17:13:33 +00:00 
			
		
		
		
	fix bugs preventing client rules from being updated
This commit is contained in:
		@@ -168,14 +168,15 @@ const internalAccessList = {
 | 
			
		||||
							}
 | 
			
		||||
						});
 | 
			
		||||
				}
 | 
			
		||||
 | 
			
		||||
			})
 | 
			
		||||
			.then(() => {
 | 
			
		||||
				// Check for clients and add/update/remove them
 | 
			
		||||
				if (typeof data.clients !== 'undefined' && data.clients) {
 | 
			
		||||
					let promises = [];
 | 
			
		||||
 | 
			
		||||
					data.clients.map(function (client) {
 | 
			
		||||
						if (client.address) {
 | 
			
		||||
							promises.push(accessListAuthModel
 | 
			
		||||
							promises.push(accessListClientModel
 | 
			
		||||
								.query()
 | 
			
		||||
								.insert({
 | 
			
		||||
									access_list_id: data.id,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user