Ariel Molina

Results 7 issues of Ariel Molina

This causes the @login to trigger with and empty object. Should send the same object in order to avoid developers to handle two cases. Also documentation show it should send...

I tried the trivial, but got confused as ola requires a native ola to build itself, so the trivial way is not that trivial. I wonder if anyone has already...

question

¿Is there a way to only get the base64 of a PNG por example?

Line 567: ``` python [567] if c.attrib["type"] in ("char", "selection", "text", "datetime"): fields[tagname] = c.text if fields[tagname] == None: fields[tagname] = False ```

basically you need to add the following lines ``` python [479] if c.tag == "{%s}write_date" % ns: # will not update id or write_date continue ``` If you do, you...

This occurs when trying to insert a new project.task. I used the following XML, got from defaults: (just replace SERVER:PORT and DATABASE with yours) ``` xml 24 2015-02-12 16:35:11 10...