Nicolas Franck

Results 140 comments of Nicolas Franck

This, together with issues like #901, shows that forms need to be able to distinguish allowed incoming parameters. For stored records (accessed in route `PUT /librecat/record/:id`) this means that the...

@verheyenkoen : you mean that these departments should also appear when you type `math`: * Department of Mathematics -> Analysis Group * Department of Mathematics -> Applied Mathematics -> Game...

Depends on what you're using from the iipsrv. If you are using the `IIIF` then you are limited to the parameters that the IIIF image api standard uses (so no...

This method is used by `LibreCat::App::Helper::Helpers::get_person`. I've tried to replace all instances of `get_person` by `main_user->get` where I was sure that the real user identifier was given: https://github.com/LibreCat/LibreCat/pull/910

crap. Just realised that not all users are stored in the main user table. Sigh.

@vpeil yes. That ticket also explains that we have users that we have no control over, as we cannot change them.

@phochste issue #747 is about blocking the user that was selected. This is about how we should select a user.

The method `get` and `add` of this model are also contradicting each other: while `add` updates data in the underlying bag and search_bag, the `get` retrieves data from the first...

Anyway, the record that is retrieved in `/librecat/admin/account/edit/:id` should be the one from the `bag` of the model. See my PR https://github.com/LibreCat/LibreCat/pull/912

@vpeil only partially. I made sure `/librecat/admin/account` and others use the same underlying store, but this method is also used in other places.