Malcolm

Results 4 comments of Malcolm

Still an issue with newest version, closing due to lack of traction...

I've just run into this issue as well, could I propose something like: ```python import zipfile import io "..." #ln 170 if self._content.csv: csv_extention = "csv" try: with zipfile.ZipFile(io.BytesIO(self._content.csv), 'r')...

I'm also impacted by this issue (upgrading from a previous version of keycloak). When extracting a raw curl from chrome it looks like the payload lists the multiselect-checkboxes field twice:...

@Aduske - I believe you're using the multiselect-checkbox the same way I am - for a simple acknowledgment requirement during registration. To get around this issue till it's fixed, I've...