Fix incorrect client ID indexes
This commit is contained in:
		
							parent
							
								
									684f33b9e5
								
							
						
					
					
						commit
						122c85387c
					
				| @ -1,4 +1,5 @@ | ||||
| { | ||||
|     "Date": "Date", | ||||
|     "Technician": "Technician" | ||||
|     "Technician": "Technician", | ||||
|     "Event": "Event" | ||||
| } | ||||
|  | ||||
| @ -68,7 +68,7 @@ class Machine implements JsonSerializable { | ||||
|                 "components" => $this->components, | ||||
|                 "formdata" => [ | ||||
|                     "options" => [ | ||||
|                         "clientid" => array_merge(["" => ""], Clients::getAllAsIDNameArray()), | ||||
|                         "clientid" => ["" => ""] + Clients::getAllAsIDNameArray(), | ||||
|                         "type" => Machine::getTypeList() | ||||
|                     ], | ||||
|                     "inputtypes" => [ | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user