Skip to content
Snippets Groups Projects
Closed External references are not shown when revision is not "master" or is "HEAD"
  • View options
  • External references are not shown when revision is not "master" or is "HEAD"

  • View options
  • Closed Issue created by Warren Gifford

    Created by: felixfbecker

    I am returning an Observable from my (single) references provider. It is first emitting local references, then as external references are found, adds chunks of them and emits a new array (concatenated with the new references).

    The local references are shown, but the external references are not.

    image

    Here's the log file from the console:

    localhost-1544194162393.log

    Search for EMITTING VALUE and note COMPLETE only appears at the very end. These logs were done at the direct calls to observer.next() and observer.complete().

    The Observable is not unsubscribed from, that would cause another log UNSUBSCRIBED. Also the loading spinner is there until COMPLETE is logged.

    This worked yesterday when I posted the demo gif in Slack.

    (All access tokens in the logs are only to my localhost instance).

    Activity

    • All activity
    • Comments only
    • History only
    • Newest first
    • Oldest first