90ddf442ee
* Once in a while we get DetachedInstanceError for action definitions and it happens when they are fetched from cache. We must always clone persistent objects before caching them. Change-Id: I1d0cffea6775eb258dcefc0dbb8a6ee18effe597 Closes-Bug: #1803528
6 lines
173 B
YAML
6 lines
173 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Sometimes Mistral was raising DetachedInstanceError for action defintions
|
|
coming from cache. It's now fixed by cloning objects before caching them.
|