max65482

Results 19 comments of max65482

> After opening an event, the category list is not collapsed, but squeezed in. Does somebody know how to fix this? ![grafik](https://user-images.githubusercontent.com/56191773/156998420-21fd37e2-190d-4edd-a46b-847f27f23a65.png) It's more of a glitch. After resizing the...

I think it is worth reviewing this PR even without a fix for the cosmetic issue from my previous comment. It already fixes the functional limitations.

> please update / rebase main branch > please merge all commits all together Done! > Please run npm run lint:fix returned ``` /var/www/html/apps/calendar/node_modules/eslint-plugin-jsdoc/dist/iterateJsdoc.js:278 })() ?? jsdoc.source.findIndex(({ ^ SyntaxError: Unexpected...

Ready to merge from my perspective.

I can confirm this issue with group names that contain a space. I suspect that spaces cause mismatches (represented as `%20` in the group name preview).

I analyzed the issue further: The server database stores group IDs with regular spaces (`Group With Spaces`). On the client side, however, URL encodings are used (`Group%2bWith%2bSpaces`). While processing the...

> Any fix ? #3944 still to be reviewed.

Maybe someone can merge #3944 which fixes the issue.

I would recommend to review #3944. It prevents adding duplicate categories in the first place.

I could reproduce this with tag 1.3.6, but not with the latest master. Seems to be fixed.