You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 29, 2021. It is now read-only.
Expected behavior: When citing an uncited item, I expected the item to appear in the editor as a citation (as well as in the reference list generated in the editor)
Actual behavior: The uncited item does appear in the list of cited items in the sidebar, but does not appear as a citation in the editor, nor does a reference list get generated.
This behaviour occurs even with the plugins listed above disabled. This takes place on both new posts as well as historical posts that were authored before the plugin was in place.
The text was updated successfully, but these errors were encountered:
There is an issue when using en-GB reference sets where it's always
assuming en-US and failing, see
dsifford#620 which I
think it down to
https://github.com/Juris-M/citeproc-js/blob/27c95b261ed695e02520fbb5e352151aa2794e88/src/load.js#L1103-L1146
only having an en-US base for English based locales.
Anyway, we needed GB support pretty urgently so this is a crude
workaround that attempts to fallback to en-GB if the locale passed to
cache retrieval is en-US and there is no entry in the cache for en-US.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
ABT Version: 5.2.2
PHP Version: 7.4.14
Theme: Custom theme
Plugin List:
Browser: Google Chrome (Version: 88.0.4324.146)
Expected behavior: When citing an uncited item, I expected the item to appear in the editor as a citation (as well as in the reference list generated in the editor)
Actual behavior: The uncited item does appear in the list of cited items in the sidebar, but does not appear as a citation in the editor, nor does a reference list get generated.
Console messages:
This behaviour occurs even with the plugins listed above disabled. This takes place on both new posts as well as historical posts that were authored before the plugin was in place.
The text was updated successfully, but these errors were encountered: