Fixes devstack settings to work with new version of debug toolbar - #2627
Conversation
|
Does this fix work locally for you? I'm having the issue you described, but when I cherry-picked this commit I got the following error when I try to load the LMS: Traceback (most recent call last): |
|
yeah, I was a bit hasty. did you cherry pick 5877e84? that should work |
|
Ah, yes, the new commit works :) Thanks so much for getting this! ⛵ as soon as tests pass |
|
OK, I added to cms settings as well. |
|
👍 |
Fixes devstack settings to work with new version of debug toolbar
…-2622_2 Develop/gacco/dogwood/jast 2622 2
@singingwolfboy
Your recent PR to upgrade the debug toolbar broke devstack because the
SHOW_TOOLBAR_CALLBACKsetting now expects a string rather than a function.