Commit 48dd5dbf authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

transaction cache for getDefaultConfigurationPropertyDict() should be...

transaction cache for getDefaultConfigurationPropertyDict() should be differentiated per configurable document.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36514 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 35b49e94
......@@ -164,7 +164,8 @@ class SolverTypeInformation(Predicate, ERP5TypeInformation):
cache = getReadOnlyTransactionCache(self)
if cache is not None:
key = ('getDefaultConfigurationPropertyDict', solver_portal_type)
key = ('getDefaultConfigurationPropertyDict', solver_portal_type,
configurable.getRelativeUrl())
try:
method = cache[key]
except KeyError:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment