jenkinsci / theme-manager-plugin

Adds theme management to Jenkins, at a global or user level
https://plugins.jenkins.io/theme-manager/
MIT License
13 stars 15 forks source link

Correct order of property loading for simple pages #211

Closed timja closed 1 year ago

timja commented 1 year ago

Resolves https://github.com/jenkinsci/theme-manager-plugin/pull/171#issuecomment-1686954162

Testing done

Reproduced issue in unit test, verified functionality still works manually

### Submitter checklist
- [ ] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main branch!
- [ ] Ensure that the pull request title represents the desired changelog entry
- [ ] Please describe what you did
- [ ] Link to relevant issues in GitHub or Jira
- [ ] Link to relevant pull requests, esp. upstream and downstream changes
- [ ] Ensure you have provided tests - that demonstrates feature works or fixes the issue