appy.gen: added method wrapper.search1 that returns a single result (which is the only difference with wrapper.search); bugfix while getting objects from the catalog (bypass security when called from code).
This commit is contained in:
		
							parent
							
								
									cb53c6b9b2
								
							
						
					
					
						commit
						0b6d2d2165
					
				
					 5 changed files with 17 additions and 11 deletions
				
			
		|  | @ -12,13 +12,14 @@ acronym {cursor: help;} | |||
| input[type=image] { border: 0; background: none; } | ||||
| input[type=checkbox] { border: 0; background: none; cursor: pointer;} | ||||
| input[type=radio] { border: 0; background: none; cursor: pointer;} | ||||
| input[type=file] { border: 0px solid #cccccc; background-color: #f8f8f8; | ||||
|                    cursor: pointer;} | ||||
| input[type=button] { border: 1px solid #cccccc; background-color: #f8f8f8; | ||||
|                      cursor: pointer;} | ||||
| input[type=file] { border: 0px solid #cccccc; | ||||
|                    background-color: #f8f8f8; cursor: pointer;} | ||||
| input[type=button] { border: 1px solid #cccccc; | ||||
|                      background-color: #f8f8f8; cursor: pointer;} | ||||
| input[type=submit] { border: 1px solid #cccccc; background-color: #f8f8f8; | ||||
|                      cursor: pointer; } | ||||
| input[type=password] { border: 1px solid #cccccc; background-color: #f8f8f8;} | ||||
| input[type=password] { border: 1px solid #cccccc; background-color: #f8f8f8; | ||||
|                        font-family: Lucida,Helvetica,Arial,sans-serif;} | ||||
| input[type=text] { border: 1px solid #cccccc; background-color: #f8f8f8; | ||||
|                    font-family: Lucida,Helvetica,Arial,sans-serif; | ||||
|                    margin-bottom: 1px} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Gaetan Delannay
						Gaetan Delannay