GLab / ToMaTo

German-Lab ToMaTo
http://www.tomato-lab.org
32 stars 21 forks source link

modify() got an unexpected keyword argument '_pos' #1435

Closed dswd closed 8 years ago

dswd commented 8 years ago

Happened on backend_core

View in Dump Manager

Description:

{'type': 'TypeError', 'subject': "modify() got an unexpected keyword argument '_pos'"}

Trace:

/code/service/tomato/lib/sslrpc2.py, line 355, in handleRequest
 res = method(*request.args, **request.kwargs)

/code/service/tomato/api/elements.py, line 99, in element_modify
 el.modify(**attrs)
a-gerhard commented 8 years ago

Happens when trying to move an element in the editor.

a-gerhard commented 8 years ago

Same issue as #1436