aboutsummaryrefslogtreecommitdiffstats
path: root/app/javascript
AgeCommit message (Collapse)Author
2017-12-27Merge pull request #181 from af83/5137-timetable-colorAlban Peignier
Fix VJ tt color affectation. Refs #5408
2017-12-26Include StopArea type in select2 text for routes#edit. Refs #5382Alban Peignier
2017-12-26#5408 Fix VJ tt color affectation5137-timetable-colorcedricnjanga
2017-12-26Refs #5382 @1h; Enable all area types for Stopareas in RoutesZog
Given that the organisation has the matching feature.
2017-12-21Refs #5361 @1H; Make company optional in Lines formZog
And handle the case when it is nil in the views
2017-12-13Refs #5153 Add form validation for VJ creation on journey_pattern select2 ↵cedricnjanga
(required field)
2017-11-27Refs #4941 Fix objectid short version Display on viewscedricnjanga
2017-11-09Fix VJ shift button disable on conditioncedricnjanga
2017-10-30Refs #4792cedricnjanga
UX changes on JourneyPattern view - add the possibility to view JP infos in show mode
2017-10-30Refs #4795cedricnjanga
Show the tools buttons even if editMode = false The only buttons activated (if a vj is selected) are info, timetable and notes We then change the behaviour of the modals depending ont the context (editMode or note)
2017-10-27Refs #4794cedricnjanga
Added some UX changes on VehicleJourney collection route - truncate the id of the VJ and the JP to 10 characters - only show the 3 first timetable in the metas of the VJ - add a link to the time_table#show in the EditTimeTable modal
2017-10-26Refs #4586cedricnjanga
Escape wildcard character on ILIKE search in the different select2s When the reasearch was '%' or '_' the query interpreted those characters as wildcars. Need to escape them to run properly the ransack query
2017-10-25Refs #4781 Add readonly attribute to VJAS when editMode == truecedricnjanga
2017-10-25Refs #4016 disable validate button for duplication of VJ on conditionscedricnjanga
2017-10-16add jest for js test, fix js test errors, remove unused config in ↵Guillaume
config/environement
2017-10-10Add plugins to webpack configcedricnjanga
2017-10-09Working standard webpacker configcedricnjanga
2017-10-06Add vehicle journey appcedricnjanga
2017-10-06Add webpacker gem and migrate the React appscedricnjanga