Skip to content

Resolve "Unconfirmed employee popover sometimes shows up in the wrong place"

image

This was caused as two a elements could be nested inside each other in certain cases, and the browser would try to correct that by moving one of them outside.

Also fixed a bug with link_to_if_rights where attempting to use it with a block leads to an exception.

Closes #497 (closed)

Edited by Martin Mladenov

Merge request reports