mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-24 11:10:25 +02:00
Issue mentions in comments showed only the identifier (no status icon or title) after page refresh when the referenced issue wasn't in the issueListOptions cache (e.g. done issues beyond the first 50). Fall back to issueDetailOptions to fetch the individual issue when it's not found in the list. The detail query is only enabled when the issue is missing from the list, so it adds no overhead for the common case.