cubicweb #3034699 create_entity should update the cache of related entities [open]
For example: pv = selv._cw.create_entity('ParameterValue', reverse_input_values=run) the cache of run.input_values is not updated. | |
priority | normal |
---|---|
type | bug |
done in | <not specified> |
closed by | <not specified> |
Comments
-
2013/07/23 15:00, written by sthenault
add commentAll related entities should have their cache thrown away or updated. This is probably true for Entity.cw_set as well.
(only on the client side, this is probably already ok on the repo side)