] > cubicweb #1111798: possible problem with attribute override (CubicWeb's Forge)

cubicweb #1111798: possible problem with attribute override [open]

Backend shell session:

>>> joe = rql('Any X LIMIT 1 WHERE X is CWUser').get_entity(0,0)
>>> joe.upassword
<cubicweb.Binary instance at 0x46f9998>
>>> joe.set_attributes(upassword="blah")
>>> joe.upassword
'blah'
>>> commit()
>>>
priorityimportant
typebug
done in3.9.6