google-code-export / yabi

Automatically exported from code.google.com/p/yabi
0 stars 1 forks source link

Use of memory value in backend #91

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Having altered the admin so max_memory was a varchar field 
(http://code.google.com/p/yabi/issues/detail?id=90) it turns out the backend 
converts it back to an int. At the moment yabi is working as long as the field 
just contains numbers.

{{{
https://127.0.0.1:21080/exec/run.
Remote response was:
Cannot convert parameter 'memory' to <type 'int'>
}}}

Original issue reported on code.google.com by amacgregor on 14 Oct 2011 at 8:25

GoogleCodeExporter commented 9 years ago
Fixed in rev bd16d12be106

Original comment by retrogra...@gmail.com on 21 Oct 2011 at 2:36