Skip to content

Fix counting of frequently visited projects / groups

What does this MR do?

In !32628 (merged), the initialization of the frequent items component was deferred to when the dropdown is opened. Because we count visits in the created() hook of the component, this led to a bug where visits were not counted unless the user opens the dropdown.

This moves the initialization so that it works just like before.

Related to #23575

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Heinrich Lee Yu

Merge request reports