-
Notifications
You must be signed in to change notification settings - Fork 6
Description
figures being displayed in reverse order, i.e., from last added to first added instead of from first added to last added
this just changed within the last day or so, and very weird that it's happening on both staging and production.
the only thing i can think of is this automatic bump of django from 2.1.7 to 2.2.10, which appears to have happened within the last 24 hours:
dependabot/pip/django-2.2.10 Bump django from 2.1.7 to 2.2.10
https://travis-ci.org/ScienceCommons/curate_science/builds/649186092
is there a way to prevent these automatic version bumps, so we can avoid this kind of problem in the future?
(i spent lots of precious time realizing it was happening on BOTH staging and production, at which point i looked at the builds, and found this automatic bump potential culprit @$@$%#%$$%)
UPDATE: OK i think i've successfully opted-out of automatic security updates bumps for both my user account and the curate science organization repos, following these instructions: https://help.github.com/en/github/managing-security-vulnerabilities/configuring-automated-security-updates
UPDATE#2: Is there a way to revert back to django 2.1.7 temporarily, so that we can fix the issue later (if it is in fact django 2.2.10 causing the figure order issue)??