Skip to content

ensure license details load regardless of dependency execution order - #3089

Merged
PhilBastian merged 1 commit into
masterfrom
fix_ld_load
Aug 7, 2026
Merged

ensure license details load regardless of dependency execution order#3089
PhilBastian merged 1 commit into
masterfrom
fix_ld_load

Conversation

@PhilBastian

Copy link
Copy Markdown
Contributor

if the version check completes before the details store loads then the watch required for initial store refresh was not activating

Reviewer Checklist

  • Components are broken down into sensible and maintainable sub-components.
  • Styles are scoped to the component using it. If multiple components need to share CSS, then a .css file is created containing the shared CSS and imported into component scoped style sections.
  • Naming is consistent with existing code, and adequately describes the component or function being introduced
  • Only functions utilizing Vue state or lifecycle hooks are named as composables (i.e. starting with 'use');
  • No module-level state is being introduced. If so, request the PR author to move the state to the corresponding Pinia store.

@PhilBastian PhilBastian self-assigned this Aug 7, 2026
@PhilBastian PhilBastian added this to the 2.10.1 milestone Aug 7, 2026
@PhilBastian
PhilBastian merged commit cce62bd into master Aug 7, 2026
5 checks passed
@PhilBastian
PhilBastian deleted the fix_ld_load branch August 7, 2026 03:50
@PhilBastian PhilBastian added the Bug Bug label Aug 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug Bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants