Skip to content

Fixes #18738: Ensure ScriptList respects script_order option #19015

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

Merged
merged 1 commit into from
Apr 1, 2025

Conversation

jnovinger
Copy link
Member

Fixes: #18738

Ordering of scripts via the script_order option in script modules appears to have been broken when #17700 was fixed. This change introduces a new property, ScriptModule.ordered_scripts, which is then used in script_list.html when rendering the script list view.

@jnovinger jnovinger requested review from a team and bctiemann and removed request for a team March 26, 2025 20:40
@bctiemann bctiemann merged commit bad8200 into main Apr 1, 2025
6 checks passed
@jeremystretch jeremystretch deleted the 18738-script-list-ignoring-script-order branch April 1, 2025 15:17
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 2, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Script List is ignoring specified sort order of scripts
2 participants