Hi, in our database we have a string primary key associated to users.
When trying to access to the route assignment/view?id=XYZ it catch an error because actionView(int $id) require an int as parameter...
How can we solve this without changing primary key type?