Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
cbi18n is using hardcoded storages. Replace by cbstorages?
Description
There are hardcoded references in cbi18n for session, request and client. Although trivial in this case, it is against Ortus ColdFusion (CFML) Standards & Best Practices
And we cannot store locales in cache. Could albe solved by using cbstorages
Activity
Show:
Pinned fields
Click on the next to a field label to start pinning.
There are hardcoded references in cbi18n for session, request and client.
Although trivial in this case, it is against Ortus ColdFusion (CFML) Standards & Best Practices
And we cannot store locales in cache. Could albe solved by using cbstorages