Nicola
Nicola
By default, the `MaterialList` endpoint should return the entries sorted based on their first occurrence in the Picasso. Which in technical terms is the first `ScheduleEntry` of the `Activity` of...
fixes #3893 I managed to fix the 'dont-autofocus-on-blur-if-autofocus'-issue with a custom VeeValidate interactionmode: [Code here](frontend/src/helpers/veeValidateCustomInteractionMode.js) https://github.com/ecamp/ecamp3/assets/57986114/6469be7c-cf50-498a-8ed6-21ccd3136a1c i changed inputmode namings based on the [HTML specs](https://html.spec.whatwg.org/multipage/interaction.html#attr-inputmode) they now match the VeeValidate...
Currently, a lot of text fields are disabled when the logged-in user does not have write permission for the field. This looks like this:  The current implementation results in...
When opening the Material list on the` /camps/${id}/${name}/material/all` route there is one network request per `MaterialNode`:  Load them (red marked / `MaterialNode`) in one Network request (or as few...
fixes #5085