-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[UX] Add back admin bar links to manage display sub-pages #2450
Comments
There are lots of errors being reported by testbot currently. |
Bah, will take a look. |
If the .diff is all that's needed, that is awesome. The code changes required are simple and effective. I'll have to take one more look before saying I've reviewed the code, but it's looking good. |
Well that can be a way to confirm but it's not so useful for grabbing a patch for local testing. |
Both the patch and diff files will result in the same code after applying them. The patch file contains changes and reverted changes that have no effect on the final changes. |
Yeah, but it what my brain has to go through and totally unnecessary. Just to experience your own mental gyrations. I'm okay without that. Elegance and simple is nice. Isn't that want @klonos was thinking when he said he wished he had come up with it. |
Those false changes and reverts are not related to this PR - they originate from a different issue from two years ago. My fork kept those, and they appear in every new PR unfortunately. |
To settle the diversion I created, I took a look at a simple example of a PR I made elsewhere. From what I can see there is a difference between adding Apart from this |
I have looked at the code changes and I don't think I have enough depth of understanding to comment on the coding itself. I will have to leave that for someone else. All I can say is it works well and it would be a good fix to the regression. Thank you. |
Meanwhile, I have applied the diff patch (as opposed to the patch patch) to my dev platform for further enjoyment. Had to flush caches, something to be expected. Thank you. |
@argiepiano code LGTM, thanks 🙏🏼 ...I only left a comment with a suggestion. @izmeez there were many changes in this PR that were mere formatting changes in order to make the PHPCS check happy (it complains if array declarations go beyond 80 characters, so those occurrences were wrapped in multiple lines - no actual code change). If you don't mind using the GitHub web UI to view diffs, this is what I believe might help you:
That will show the diff in this format, which is what you have been used to from what I understood by your previous comments: |
@klonos Thanks for the tip about using the |
I can see how the |
@klonos, please see my comment to your last suggestion in the PR. Thanks for reviewing! |
Sorry for taking this long to reply @argiepiano ...RTBC 👍🏼 |
It looks to me like this has been fixed in BD 1.27.0-preview. Is this issue ready to close? |
Huh? This was not included in 1.27.0-preview. |
So, let me take my foot out of my mouth. It would be really good to see this in the 1.27.0 release. |
Merged backdrop/backdrop#4407 into 1.x and 1.26.x. Thanks @argiepiano and @jenlampton for creating the PRs. And thanks to @klonos, @izmeez, @stpaultim, @bugfolder, and @olafgrabienski for the repeated reviews and feedback! It's great to close out this old issue. |
While working on #315 we removed the menu router items for the sub-tabs on manage displays. This also effectively removed them from the admin bar. We should add them back or there will be a little UX regression.
The text was updated successfully, but these errors were encountered: