mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 15:53: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