Fixes debug toolbar display issue in CMS on devstack. - #3401
Conversation
|
Can you explain the problem that you're fixing, and why this fixes it? |
|
Problem: when the studio is ran inside of vagrant and one connect sto it The PR fixes the problem because it replaces the default callback which Worth mentionning is that this is how things work in the LMS settings. In other words, this PR makes Studio's devstack.py more similar to One other possibility would be to add the IP VirtualBox assigns to the I can modify the PR if this second approach is prefered. |
|
Seems reasonable to me. Could you add a comment in the code explaining why you're taking this approach? Also, it looks like this pull request has conflicts with master, so it needs to be rebased. After that, someone on the devops team should take a look at it. |
|
Rebase done. The conflict was in AUTHORS. And thanks for the rebase wiki Regarding your request to comment the code: given that the patch just |
|
@shindere oh, I didn't realize that you were making |
|
You mean add comments on both sides? LMS and CMS? Although I agree that the line I dded in the CMS (and which was already How about adding just a link to the PR in both codes? That would be more concise than re-writing the same explanation in two |
|
Hi! Is someone in devops team taking a look at it? |
|
👍 |
In Studio, the debug tool bar did not appear as in LMS.
|
Ugh! The tests passed, but while the tests were running, there was another conflict with master. I've just cherry-picked your changes onto a new branch off of master and merged that branch, so this pull request is effectively merged. |
|
Thanks! |
No description provided.