Skip to content
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

[5.x] Bring back select param on nav tag #10226

Merged
merged 3 commits into from
Aug 1, 2024

Conversation

jasonvarga
Copy link
Member

@jasonvarga jasonvarga commented May 29, 2024

While working on #10219 I noticed that the select="" param on the nav tag doesn't do anything anymore since #9636.

Of course that PR made everything faster anyway so the benefits of using select="" may have been diminished. But, if you still want to select specific fields, that should make things even better. May as well allow it.

Edit: People noted in #10503 that they intentionally wanted fields to be missing, so there was a use to it beyond performance.

Closes #10503.

@jasonvarga
Copy link
Member Author

@JohnathonKoster If you wouldn't mind checking to see that I haven't somehow negated BulkAugmentor5000™'s speed benefits that would be appreciated.

# Conflicts:
#	tests/Tags/StructureTagTest.php
@jasonvarga jasonvarga marked this pull request as ready for review August 1, 2024 13:59
@jasonvarga jasonvarga merged commit 242cf77 into 5.x Aug 1, 2024
18 checks passed
@jasonvarga jasonvarga deleted the bring-back-selecting-in-nav-tag branch August 1, 2024 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

nav tag ignores select
1 participant