bihealth / sodar-core

SODAR Core: A Django-based framework for building scientific data management web apps
MIT License
9 stars 1 forks source link

Crash from missing itertools import if ENABLE_LDAP==False #1457

Closed mikkonie closed 1 month ago

mikkonie commented 1 month ago

This seems to be something I broke in #1367. The itertools import must go into the root of base.py.

mikkonie commented 1 month ago

Fixed.