| Age | Commit message (Collapse) | Author |
|
|
|
|
|
- Update the form
- Use policies and update the seeds accordingly
- Add a link in the navbar(s)
|
|
|
|
|
|
And fix a bug preventing the deletion of referentials without a schema
|
|
Check that all stop areas are found when the name/objectid/registration
number filter is sent with an empty value.
Refs #6681
|
|
The input that filters by name and objectid now also needs to filter by
registration number.
Refs #6681
|
|
|
|
Previously the action would respond with a 500 error if no `q` parameter
was given in the request. Instead, respond with a 200 and fix the error
that occurs as a result of assuming that `params[:q]` exists in
`AutocompleteLinesController#collection`.
Refs #5889
|
|
|
|
|
|
|
|
duplicating it
|
|
|
|
6226 Add a button to automatically create opposite routes
|
|
|
|
|
|
We no longer return a redirect, but a JSON message instead
|
|
|
|
|
|
|
|
|
|
|
|
With token-based authentication
|
|
|
|
|
|
|
|
|
|
Simple checks that the filters by `number`, line `name`, and company
`name` work.
Refs #5889
|
|
5865 Ensure user is allowed to duplicate a referential
|
|
doing so
I also changed the way 403 errors are handled, to properly respond with
a 403 HTTP code
|
|
|
|
|
|
af83/5911-stops-filter-on-referential-journeys-index
Better stops filters on ReferentialVJs#index. Refs #5911
|
|
Infer it when possible, and use a nested otherwise
|
|
|
|
|
|
|
|
5432 Fix vj#show.rabl
|
|
|
|
|
|
|
|
|
|
|
|
To enable users to filter on stop areas
|
|
- Adds a `JSON` attribute in the model
- Adds the fields in the editor
|
|
5102 Use current_organisation as begin_of_association_chain
|
|
5111 Use current_organisation as begin_of_association_chain
|
|
invalid to create a valid cloned referential). Refs #5297
|