mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
a8ec032553
For nodes that get/set context, when multiple stores are configured they will not know to parse the store name from the key. So they will pass the store name in the key, such as #:(store)::key. Currently that will cause that full string to be used as the key and the default context store used - which is wrong. The code now parses out the store name from the key if it is set - athough if the call to get/set does include the store argument, it will take precedence. This only applies when the key is a string - it doesn't apply when an array of keys is provided. |
||
---|---|---|
.. | ||
locales | ||
nodes | ||
storage | ||
events.js | ||
i18n.js | ||
index.js | ||
log.js | ||
settings.js | ||
util.js |