| Age | Commit message (Collapse) | Author |
|
Refs #5609
|
|
Check that only `Organisation`s associated with the current `Workgroup`
appear in the list of filters on `Workbenches#show`.
Also rewrite the `other_referential` object to put it in a different
workbench from the first referential, enabling us to have multiple
organisations in the same `Workgroup`.
Refs #5140
|
|
5560 Add validation on CustomField
|
|
|
|
|
|
|
|
|
|
5551 Handle custom fields in VJs editor
|
|
Use local time in the Journeys editor. Refs #5493
|
|
|
|
|
|
We store UTC times in the database though
|
|
Fix policy
|
|
5547 Show newly created VJ's short_id in editor
|
|
|
|
Refs #5549
|
|
And Refactor the component in the process
|
|
|
|
RBD: implement the same in the creation modal
|
|
|
|
|
|
#5543 @1
|
|
|
|
5500 Add filters on ReferentialVJ#index
|
|
5535 compute vehicle journeys times
|
|
|
|
To enable users to filter on stop areas
|
|
Don't use Ajax in JP selector in VJs editor. Refs #5502
|
|
Read only policy for referentials in suite. Refs #5413
|
|
|
|
|
|
investigation of failures
|
|
- Migration index_resource_type_on_custom_fields
- Specing behavior of custom field's resource (VehicleJourney)
- Migration create json col custom_field_values for resource (VehicleJourney)
- Create accessor methods inside resource (VehicleJourney)
|
|
|
|
|
|
|
|
|
|
Next:
- spec associations and name
- spec initialisation
- implement
|
|
To know if all the costs between the stops of the pattern are set.
|
|
Handle long distance routes. Refs #5156
|
|
5525 Add a `disable-with` attr on all submit buttons
|
|
|
|
|
|
|
|
|
|
When the organisation has the "long_distance_routes" features.
Mind the `StopArea#country_name` method which is pending until we merge
the branch which adds the countries support.
|
|
When the number of possible values is low (<10), display the values
right away, don't use an Ajax query
|
|
|
|
|
|
- Adapted shared pundit examples to allow to check with archieved and finalised referentials
- Speced desired behavior with this enhancement
- finalise_referential helper in policy spec's support
|