trTryGhost
GitHubGhostWorkspace
GitHub
  • CI Pipeline Executions
    • Current executionSucceeded
      slars/fix-search-tag-navigation
    • Runs and Agents
    • Configuration
    • Self-Healing CI
    • Project Graph
    • Circular DependenciesEnterprise
    • Resource Usage
    • Analysis
    • ConformanceEnterprise
  • Runs
    • Current runSucceeded
    • Tasks
    • Resource Usage
Insights
  • Compare tasks
  • Analytics
    🐛 Fixed tag results in admin search not opening the tag no ref Clicking a tag in the Cmd-K search modal did nothing. The Ember `tag` route aborts its transition when `tagDetailsReact` is on so React can own the URL, but an aborted transition never reaches `updateURL` — so a transition Ember itself started left the shared hash untouched and React never rendered anything. The search modal navigates by route name (`transitionTo('tag', slug)`), which is exactly the case that has no URL of its own. Write the React URL for named intents and park on `react-fallback`, matching what the posts/pages and editor routes already do behind their own flags. The tag route was the first flag-gated route and predates that handling. Parking also keeps `currentRouteName` honest, so returning to the same tag URL later is a real transition rather than a silent no-op. The existing search acceptance tests run with mirage labs `{}`, so they only covered the Ember-owned branch no production user reaches. The new acceptance test drives the real router with the flag on, mirroring the editor and posts equivalents.
    nx run ghost-monorepo:lint:boundaries
Succeeded
Linux
4 CPU cores
read-write access token used
f01c496d30518

© 2026 - Nx Cloud

Terms of ServicePrivacy PolicyChangelogStatusDocsContact Nx CloudPricingCompany@NxDevTools
GitHubGhostWorkspace