Project

General

Profile

Anomalie #3618

Updated by Étienne Loks over 8 years ago

On find import (Ishtar import) when no context record is recorded: 

 <pre><code>ValueError at /import-list/ 

 Cannot assign None: "BaseFind.context_record" does not allow null values. 

 Request Method:  	 POST 
 Request URL:  	 http://etiolles.ishtar-archeo.net/import-list/ 
 Django Version:  	 1.4.22 
 Exception Type:  	 ValueError 
 Exception Value:  	

 Cannot assign None: "BaseFind.context_record" does not allow null values. 

 (...) 
 File "/srv/ishtaretiolles/ishtar/ishtar_common/data_importer.py" in get_field 
   1346.                                       **v) 
 (...) 

 Exception Type: ValueError at /import-list/ 
 Exception Value: Cannot assign None: "BaseFind.context_record" does not allow null values. 
 </code></pre>

Back