mrd/remove nb of stops#541
Conversation
-first step to transform trainrunSection.nbOfStops, in actual nodes
There was a problem hiding this comment.
Thank you for suggesting this change. I just wonder why we don't have changes arround the DataMigration.ts nor in data.service.ts
When i am loading a Netzgrafik using the numberOfStops the data must be migrated into the new schema - right?
See data.service.ts
loadNetzgrafikDto(netzgrafikDto: NetzgrafikDto, preview = false) {
this.netzgrafikLoadedInfoSubject.next(new NetzgrafikLoadedInfo(true, preview));
DataMigration.migrateNetzgrafikDto(netzgrafikDto);
...
Yes it's true. This change will occur at the end of the development of the new nodes management system. |
bf74e2a to
75f0f7a
Compare
396a610 to
8c6d8b5
Compare
d93ab6c to
e051c47
Compare
cab5107 to
3fd9779
Compare
816c943 to
aa2e242
Compare
7d911ac to
577de70
Compare
Description
-TrainrunSection: remove nbOfStops attribut and associated getter setter
Issues
close #535
Checklist
documentation/