| Age | Commit message (Collapse) | Author |
|
And (hopefully) fix bugs on routes having duplicated positions
|
|
|
|
af83/6551-add_custom_field_values_to_journey_patterns
Add CustomFields to JourneyPatterns. Refs #6551
|
|
|
|
Refs #5949 Change default years collection in referential#new date se…
|
|
|
|
env variable. Refs #6179
|
|
af83/6407-route--calculate-way-costs-on-after_commit-instead-of-a
Route: Change `#calculate_costs!` to `after_commit` callback. Refs #6407
|
|
#6407
|
|
Use an `after_commit` instead of an `after_save`. The `after_save` could
cause intermittent problems due to Sidekiq starting before the
record/transaction actually gets committed to the database. In those
cases, the record wouldn't be found and cause an error.
With an `after_commit` callback, the record is sure to be committed
before Sidekiq takes over.
Additionally, limit the callback to `:create` and `:update` because
otherwise it will be active on `:destroy` by default also. This work
isn't relevant on destroy, so don't do it then.
Update the tests:
* Update labels
* Use `build` instead of `create` because we're saving the record at the
end anyway so we don't need an object that starts out persisted
* Use `truncation: true` for these tests because otherwise the `commit`
callback doesn't get called due to transactional teardown
Refs #6407
|
|
|
|
|
|
|
|
|
|
|
|
Don't open the timetables of the return journeys if these are displayed.
Same for the purchase windows
|
|
Ref #6242 Add changes to navbar menu and dashboard
|
|
6436 Style Company#edit
|
|
Refs #6383 Fix Stop point defautlt attributes
|
|
|
|
|
|
Refs #6382 Refacto display of ccblock transport mode errors
|
|
|
|
|
|
Make ReactJS views IE-compliant :fireworks:
|
|
6536 Cleanup value passed for secondary_company_ids by the lines form
|
|
|
|
change error message
|
|
|
|
6527 Fix VJs editor
|
|
|
|
|
|
|
|
Add a sentinel in dev mode to help capture the "double positions" bug
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Disable "moveup" action on first stop, and "mouvedown" on last
|
|
|
|
And a very small css fix
|
|
|
|
|
|
model
|
|
|
|
|
|
duplicating it
|