collective / collective.contact.core

part of the collective.contact.* suite that provides a directory where you create persons, organizations, sub-organizations and positions
https://github.com/collective/collective.contact.demo
6 stars 10 forks source link

Display organization details (tooltip) when hovering organization link. #55

Closed gbastien closed 6 years ago

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 70.161% when pulling 1f46f2c9609aeef4d1eed042febfa2a5a89501f2 on tooltip-organizations into 3187c21064e8c302d0dc15d46827a4e3d9f203a0 on master.

gbastien commented 6 years ago

Hi @vincentfretin @cedricmessiant @sgeulette

this makes it easier to check if an organization have sub organizations...

I will also propose a PR to be able to easily override the sub organizations rendering on an organization (by calling a view to render sub organizations so the entire org view must not be overrided).

Thank you for review,

Gauthier