We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3684ddf commit 5c6b5c5Copy full SHA for 5c6b5c5
src/imio/pm/wsclient/browser/vocabularies.py
@@ -250,7 +250,9 @@ def __call__(self, context):
250
251
def desired_meetingdates_vocabulary__call___cachekey(method, self, context):
252
"""Cache key for desired_meetingdates_vocabulary.__call__, valid forever."""
253
- return True
+ request = api.portal.getRequest()
254
+ meetingConfigId = request.get('meetingConfigId', request.form.get('form.widgets.meetingConfigId'))
255
+ return meetingConfigId
256
257
258
class desired_meetingdates_vocabulary(object):
0 commit comments