gramps-project / gramps-web

Frontend for Gramps Web
https://www.grampsweb.org
GNU Affero General Public License v3.0
397 stars 51 forks source link

Render GrampsjsFaces even if face_detection fails (fixes #424) #426

Closed Zegeri closed 5 months ago

Zegeri commented 5 months ago

These changes avoid a TypeError when face_detection fails and allow any classes extending GrampsjsConnectedComponent to render even if it's in a failed state.

DavidMStraub commented 5 months ago

Nice, thanks!