mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
27c6f72cbc
- mention_filter.rb: rename local `href_id` to `display_id` to mirror the method name and the `data-display-id` wire attribute (the value is the user-facing identifier, used for both the href and the data-attribute). - auto_completes_controller.rb: trim the `displayId` doc comment that incorrectly claimed the editor builds the mention's link URL from this field. The URL is composed server-side at render time from `data-id` / `data-display-id`; the editor only inserts the markdown source.