Closed fsbraun closed 7 months ago
Attention: Patch coverage is 80.76923%
with 15 lines
in your changes are missing coverage. Please review.
Project coverage is 86.39%. Comparing base (
f11feee
) to head (d1392f3
). Report is 18 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR removes the need for registering its own autocomplete view by moving the autocomplete view to the Link plugin itself.
Note: The link plugin handles the autocomplete view also for other plugins using the
LinkPluginMixin
.Expected to fix #209