- 🇨🇦Canada adriancid Montreal, Canada
Closing because the current development is being made in branch 2.x
Before installing this module I had my site set up to show the administration interface always in the same language using the language detection option "Account administration pages". After installing this module, whatever I tried I never got the list of prior revisions to delete as well. Until I enabled Xdebug and noticed that "$langcode" in the function "getPreviousRevisions" was getting the wrong current language.
It took a while to figure out why until I disabled that language detection option.
Now I'm not sure: is this a "node_revision_delete" bug or a core bug because one would expect when using languageManager->getCurrentLanguage() you would actually get the language set in the URL and not the current interface language (which can be manipulated by that language detection method "Account administration pages").
TBD: fix module or move issue to core issue queue
Closed: outdated
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Closing because the current development is being made in branch 2.x