mirror of
https://github.com/opf/openproject.git
synced 2026-06-13 19:20:00 +00:00
b29cf5a6bb
The header comment claimed search did not rely on acts_as_event; the server-rendered search results page builds its work package links through WorkPackage#event_url, so the note now reflects that search and atom feeds both depend on it while the Activities subsystem uses its own providers. Type the followItem spec helper from the method signature instead of unknown, so the test states the argument contract explicitly.