Clean stop timetable edition#89
Conversation
85012b4 to
88b0bd2
Compare
178c525 to
f2959a1
Compare
f2959a1 to
48a2193
Compare
|
Hi, I have some problems with the FrequencyControllerTest result : When I check the html content : I see that the result is returning an error : |
48a2193 to
64d6825
Compare
6b24c3e to
3c40e44
Compare
|
Something is broken in the left_menu when editing a stopTimetable. There is a link to preview page but no externalStopPointId is provided. Maybe we should provide the 'first' stopPoint on the route to this menu ? |
3c40e44 to
de4829b
Compare
|
I'm currently working on the pdf generation. It would be great to deploy a new 'line-timetable' branch in https://github.com/CanalTP/AmqpMttWorkers because some changes are needed. |
|
I have a failure in TimetableControllerTest.php : I don't know if I really broke something here. When I try to access this view when I'm not logged in, I have the same error. |
89b0516 to
2ee5ac6
Compare
2ee5ac6 to
4886a32
Compare
|
As we spoke about AmqpMttWorkers, a new branch is available : |
|
👍 |
|
Hey @dvdn, as said before :
Something is broken between edition and preview in the left_menu. Do you want me to fix this ? |
There was a problem hiding this comment.
You deleted the parametre "stopPointLevel" there, but this parametre is not deleted in the file "/Resources/views/Layouts/timegrid.html.twig".
There was a problem hiding this comment.
Right but is this file really used somewhere ?
|
I use your template https://github.com/Tisseo/MttTemplate to test.
|
|
Yes, https://github.com/Tisseo/MttTemplate is not maintained anymore because of the lack of time. You should just use the default templates provided by fixtures. |
|
I can't find a template for lines. I have defaults templates for stops in the project. What do you mean "the default templates provided by fixtures"? |
|
Can you tell me where to find the link to view "page to edit a simple timecard" for a line. |
|
This PR isn't about line timetable edition, it just clean the code from stopPoint edition functions. If you want a default template for lines, you should checkout the next PR : #90 |
Because Mtt doesn't provide anymore the function 'edit a stopPoint', some cleaning is needed.