![]() |
||||||||||
Consat Telematics JIRA | ||||||||||
Displaying 191 issues at 2025-05-11 05:52. |
Issue Type | Fix Version/s | Key | Component/s | Summary | Resolution | Created | Affects Version/s | Description | Creator | Updated |
---|---|---|---|---|---|---|---|---|---|---|
Bug | 24.16.X.X_BRANCH, 25.3.104.1_20250311_145003_C101597 | CA-5653 | Traffic Studio General | Traffic Studio - apt cache - fix line-journey |
Fixed | 2025-03-05 19:06 | Lars Larsson | 2025-03-06 18:07 | ||
Task | 24.16.X.X_BRANCH, 25.3.104.1_20250311_145003_C101597 | CA-5652 | Traffic Studio General | Traffic Studio - realtime handling, disable db lookup |
Fixed | 2025-03-05 14:25 | Change "realtime-vehicle-model" to not allow db lookup/expansion when processing realtime stream. I.e. only expanding using current cache state.
Changed "line-viewer"/"route-viewer" to not allow db lookup/expansion when calculating "planned" reference position along the route/link. |
Lars Larsson | 2025-03-17 08:23 | |
Improvement | 24.16.X.X_BRANCH, 25.2.X.X_BRANCH, 25.3.104.1_20250311_145003_C101597 | CA-5651 | Traffic Studio General | Traffic Studio - performance/calendar day - stop area loading |
Fixed | 2025-03-05 09:25 | A lot of nested loops, simplified & changed code arguments from ArrayList -> List
Looped per municipality & got all stops & then filtered. If many municpality this becomes slow vs getting all stops & make a check instead of loop. I4mDbErrorCodeManaged GetAllStopAreas(uint networkVersion, ArrayList i4mStopAreas) -> I4mDbErrorCodeManaged GetAllStopAreas(uint networkVersion, List<I4mStopArea> i4mStopAreas, HashSet<int> principalityIds) -> I4mDbErrorCodeManaged GetAllStopAreas(uint networkVersion, uint municipalityId, ArrayList i4mStopAreas) -> this.aptDbClient.GetAllStopAreas(networkVersion, out var i4mStopAreasTmp); |
Lars Larsson | 2025-03-12 16:09 | |
Task | 24.16.X.X_BRANCH, 25.2.X.X_BRANCH, 25.3.104.1_20250311_145003_C101597 | CA-5650 | Task scheduler | Task - ZoneImporterTfnswSchool - try handle zone changes |
Fixed | 2025-03-03 18:01 | Activa alarm due to school zones not being imported.
School zone database has changed to no longer being unique i.e. contains duplicate entries (zone-id). - Change to only handle first instance of the id - changed zip/kml - no longer works after zip library changes - issue with polygon creating simplified zone |
Lars Larsson | 2025-03-04 18:41 | |
New Feature | 25.3.104.1_20250311_145003_C101597 | CA-5649 | Yard Management | Traffic studio - yard map admin |
Fixed | 2025-03-03 09:01 | Administrative UI to upload & create yard management maps (current: charging logical map)
Backend is TransitMap Permission is based on service "isReadOnly" |
Lars Larsson | 2025-03-03 14:28 | |
Test Task | 25.3.104.1_20250311_145003_C101597 | CA-5648 | Traffic Studio General | Traffic Studio - company access - moved code with a status |
Fixed | 2025-02-28 16:55 | Moved company access check code from I4mFrameworkModel to PermissionModel & give it a data status to observe instead of going thru "calendar day cached"
i.e. loading of map layers/yard becomes more straightforward |
Lars Larsson | 2025-03-12 15:36 | |
New Feature | 25.3.104.1_20250311_145003_C101597 | CA-5647 | PTC | Traffic Studio - Setting for number prefix |
Fixed | 2025-02-28 13:48 | Number prefix can be added to the number called. Only applies if the number entered has a specific number of digits. | Tomas Midbratt | 2025-03-12 15:38 | |
New Feature | 25.3.104.1_20250311_145003_C101597 | CA-5646 | PTC | Traffic Studio - Setting for radio remote contol |
Fixed | 2025-02-28 13:47 | Remote control can be activated through configuration | Tomas Midbratt | 2025-02-28 13:51 | |
Improvement | 25.3.104.1_20250311_145003_C101597 | CA-5645 | Traffic Studio - statistics - apc vehicle raw - log & batch cancellation |
Fixed | 2025-02-27 12:14 | Improved logs
Try add simple search cancellation logic where the batch searching stops |
Lars Larsson | 2025-02-28 16:52 | ||
Bug | 25.2.X.X_BRANCH, 25.3.104.1_20250311_145003_C101597 | CA-5644 | Central | Central - message writer - filter event metadata |
Fixed | 2025-02-26 16:14 | Update message writer to filter event-metadata data before insert.
Our table does not have key matching message key & thus dubblicate message can clash i.e. bct double sign-control metadata (it sequence number is increased & timestamp is too close thus clash) Fix: 2025-02-21 14:20:36,089 [State ] ERROR (MsgWriter2) - Exception System.Data.SqlClient.SqlException (0x80131904): Violation of PRIMARY KEY constraint 'PK_vs_event_metadata'. Cannot insert duplicate key in object 'VS.vs_event_metadata'. The duplicate key value is (Feb 21 2025 10:10PM, 3131062664, 219, 210, 1). |
Lars Larsson | 2025-02-27 12:13 | |
Bug | 25.3.104.1_20250311_145003_C101597 | CA-5642 | Fault Management | TS- Vehicle Fault manager- missing cleared alarms |
Fixed | 2025-02-20 14:21 | 25.2.110.1_20250218_140212_C100816, 25.1.87.16_20250203_110133_C100313 | "Fault history for Vehicle..." only showed active faults, inaclive/cleared faults missing. | Zenobia Cobon | 2025-02-24 16:37 |
Task | 25.2.110.1_20250218_140212_C100816 | CA-5641 | Charging Management | Traffic Studio - charging - update model |
Fixed | 2025-02-11 17:25 | Change in model code mapping power group & also added mapped connector to PriorityGroup.
Should not have any actual affect change. No use-case, dump in dev mode priority-group as metadata thou. |
Lars Larsson | 2025-03-17 13:04 | |
Task | 25.2.110.1_20250218_140212_C100816 | CA-5640 | Charging Management | Traffic Studio - charging - use power group throttle policy & hide power graph |
Fixed | 2025-02-11 10:48 | Change logic to look at power group throttle policy as smart charging.
Hide power graphs where not applicable (i.e. power group is not smart charging) Remove TS fallback local calculaton on TargetSocAchived - only use server flag |
Lars Larsson | 2025-02-18 17:40 | |
Test Task | 25.2.110.1_20250218_140212_C100816 | CA-5639 | Charging Management | Traffic Studio - charging - add no power group filter |
Fixed | 2025-02-10 18:12 | Updated filter to include "<not included in any power group>" | Lars Larsson | 2025-02-18 14:42 | |
Bug | 25.2.110.1_20250218_140212_C100816 | CA-5638 | IMFace | Traffic Studio - passenger information - selection valid for passing lines |
Fixed | 2025-02-06 18:34 | Remove old none configurable config - where button would only select stops in sequence (corridor). Flow A, what documentation said only move to lines if stop sequence matched it fuzzy logic selection. Flow B (the only one) does not have that constraint.
Removed check that selection it uses to apply all have same parents - i.e. did not work for multiple stop areas selection. Selection in journey-stop would ensure selection is on same journey. |
Lars Larsson | 2025-03-11 13:58 | |
Improvement | 25.2.110.1_20250218_140212_C100816 | CA-5637 | Line list | Traffic Studio - Vehicle Details, Optimisation of Vehicle section |
Fixed | 2025-02-06 14:40 | 25.2.110.1_20250218_140212_C100816 | Optimisation of Vehicle section
- Increased font for seepd - Reorder information - Moved Event type under Event Timestamp - Moved event icons at the bottom as it can be empty at times - Reduced size of icons for APC, Driver and Assignment (text font remains the same) Done at the same time as moving Signals under Vehicle route for Jira CTSS-1736 |
Julie Lindgren | 2025-03-07 11:14 |
Bug | 25.2.110.1_20250218_140212_C100816, 25.1.X.X_BRANCH | CA-5636 | Panic alarm log | Traffic Studio - driver alarm log - busy/await pre-requirements |
Fixed | 2025-02-06 09:22 | Partial solution fixing that the ui busy handling & awaiting models and pre-requirements before loading data. In this case wait for "responsibility-model" to be loaded.
But the loading of data itself still has flaws. Other work tasks. |
Lars Larsson | 2025-02-18 14:59 | |
New Feature | 25.2.110.1_20250218_140212_C100816 | CA-5633 | Fleet Studio - Dashboard | Fleet Studio - Dashboard - Go to Report Button |
Fixed | 2025-01-27 14:42 | Widgets allow go to report | Oskar Månsson | 2025-02-04 09:54 | |
Bug | 24.16.X.X_BRANCH, 25.1.87.0_20250123_112013_C99916 | CA-5626 | PTC | Traffic Studio - Confirm Police alarm using IHM carrier gives an error |
Fixed | 2025-01-23 10:32 | 24.16.43.1_20250108_155719_C99433 | Confirming an active alarm gives an errror | Tomas Midbratt | 2025-01-23 10:42 |
New Feature | 25.1.87.0_20250123_112013_C99916 | CA-5625 | Deviations | Traffic Studio - Close deviation lock user setting |
Fixed | 2025-01-21 22:04 | It is possible to configure that only some users can close a deviation. | Tomas Midbratt | 2025-01-29 16:55 | |
Improvement | 25.1.87.0_20250123_112013_C99916 | CA-5624 | Fleet Studio - User management | Fleet Studio - User Admin/Driver Admin/Role Admin- Slickgrid |
Fixed | 2025-01-20 14:35 | yes | Anton Gustafsson | 2025-01-31 09:58 | |
New Feature | 25.1.87.0_20250123_112013_C99916 | CA-5623 | Traffic Studio - Single application instance per computer |
Fixed | 2025-01-20 11:51 | It is possible to configure Traffic Studio to only enable one open instance of Traffic Studio per logged in user. | Tomas Midbratt | 2025-01-29 17:15 | ||
Bug | 24.11.XX.XX, 25.1.87.0_20250123_112013_C99916 | CA-5620 | TiledMap | Traffic Studio - Icon trail is not cleared when trail is disabled |
Duplicate | 2025-01-15 16:36 | 24.15.70.10_20241216_103339_C99148 | To reproduce enable trail and disable after map is updated. See attached image. | Tomas Midbratt | 2025-01-20 14:45 |
New Feature | 25.1.87.0_20250123_112013_C99916 | CA-5619 | Charging Management | Traffic Studio - charging mgmt - show maintenance |
Fixed | 2025-01-10 17:46 | Draw charge point from SVG & show maintenance in lower right corner. Added a row in details for icons such as maintenance & warning
Also added a checkbox to toggle maintenance mode is user login as super user or power user with a little spinner. Updated to exclude from warning summaries - maintenance - inoperative - offline There is some delay between mantenance & online. |
Lars Larsson | 2025-01-30 17:09 | |
Bug | 24.16.X.X_BRANCH, 24.15.X.X_BRANCH, 24.16.43.11_20250115_001703_C99633 | CA-5618 | Planned traffic explorer /dbviewer | Traffic Studio - My journeys contains no journeys for some role configurations |
Fixed | 2025-01-10 12:50 | 24.15.70.10_20241216_103339_C99148 | My journeys contains no journeys when database service is disabled (used for dynamically created journeys). Date is set to year 0001. | Tomas Midbratt | 2025-01-13 15:29 |
Improvement | 24.16.43.11_20250115_001703_C99633, 25.1.87.0_20250123_112013_C99916 | CA-5616 | CCR LVR Carioca |
Done | 2025-01-09 10:58 | Generate count report at the end of the operation (only LVR Company). Same format as in case of CCR. The report will be saved and availbale ON CTSBRA FTP | Kristian Golba | 2025-01-30 17:19 | ||
Bug | 24.16.43.1_20250108_155719_C99433, 24.16.X.X_BRANCH, 24.15.X.X_BRANCH | CA-5615 | SignalPrio | Signal priority/Smart Prio - sending deviation/prognosis with faulty sign |
Fixed | 2025-01-08 16:24 | Sending delay/prognosis with faulty sign i.e. delayed 10min should be sent with -10min
Meeting with swarco, summary: 1) change +/- for everyone 2) you will extend door-open/close (any-door-open) in protocol, we can send that for every system this is only (1) |
Lars Larsson | 2025-01-09 11:13 | |
Bug | 25.1.87.0_20250123_112013_C99916, 25.1.87.16_20250203_110133_C100313 | CA-5611 | Fleet Studio - Driver Summary Report | Fleet Studio - Summary report consumption bug on entry |
Fixed | 2025-01-08 13:22 | 24.16.43.1_20250108_155719_C99433, 24.16.X.X_BRANCH, 24.16.43.11_20250115_001703_C99633 | Bug fix for correct showing of consumption in details view | Oskar Månsson | 2025-01-30 17:16 |
New Feature | 24.16.43.1_20250108_155719_C99433 | CA-5609 | Fleet Studio General | Fleet Studio - Company based profile |
Fixed | 2025-01-08 13:16 | Companies can point to specific system profiles which overrides default profile.
Done Criteria: FS configuration is by company. In CTSBRA Eletra setup is as it is today and DelRay is having our standard setup |
Oskar Månsson | 2025-01-15 10:17 | |
Bug | 24.11.XX.XX, 25.1.87.0_20250123_112013_C99916 | CA-5607 | TiledMap | Traffic Studio - Trail is not removed from map |
Fixed | 2025-01-07 17:45 | 24.15.70.10_20241216_103339_C99148 | Vehicle trail is not removed when trail is disabled | Tomas Midbratt | 2025-01-20 14:47 |
Improvement | 24.16.43.1_20250108_155719_C99433 | CA-5605 | Charging Management | Traffic Studio - charging mgmt - ocpp history - show content/message in dev view |
Fixed | 2024-12-20 13:17 | Add data/content/message from server. Add drop down with display options for selected row.
Added show related (request and response). Some stuff is not translated - but not everything had translation before either i.e. we dump enum. |
Lars Larsson | 2025-01-13 14:04 | |
Test Task | 24.16.43.1_20250108_155719_C99433, 24.16.X.X_BRANCH | CA-5604 | Charging Management | Traffic Studio - charging - hide limit & available if policy none |
Fixed | 2024-12-18 17:50 | Hide limit i.e YY / XX kw & available if throttling policy is none | Lars Larsson | 2025-01-13 15:11 | |
Improvement | 24.16.43.1_20250108_155719_C99433 | CA-5603 | Traffic Studio General | Traffic Studio - vehicle progress view - viewmodel & is-visible |
Fixed | 2024-12-18 16:33 | ViewModel instead of overwritting datacontext & added IsVisible to collapse it, improve formatt of vehicle detail header.
Affects traffic status & vehicle details. |
Lars Larsson | 2025-01-10 09:58 | |
Improvement | 24.16.43.1_20250108_155719_C99433 | CA-5602 | Charging Management | Traffic Studio - charging - dev forms layout/clarify |
Fixed | 2024-12-18 14:39 | Change order so search is above the tools working with the data.
Clarify from & start time to show what it does. Tools are not customer quality i.e. not translated etc. A small change cause I didn't understand how it worked... |
Lars Larsson | 2025-01-09 17:17 | |
Improvement | 24.16.43.1_20250108_155719_C99433 | CA-5601 | IMFace | Traffic Studio - Principality filter for traffic changes |
Fixed | 2024-12-17 23:55 | Traffic changes is filtered by the selected principality filter.
This applies if Affected principalities are set to a resource task. |
Tomas Midbratt | 2025-01-13 15:26 | |
Improvement | 24.16.X.X_BRANCH, 25.1.87.0_20250123_112013_C99916 | CA-5600 | Charging Management | Traffic Studio - charging mgmt - ghost bus & more data |
Fixed | 2024-12-17 16:18 | Extend charging with addtional event, vehicle column to take from the new charging-vehicle and fallback on transaction (if in progress). Soc can be transaction/charger soc or vehicle soc when transaction ended.
Column for soc has tooltip showing both if available. Merged "SoC" column to one i.e. normal & pull-out (pull-out missed fix in CA-5590). Changed details panel "Actual Soc" => Charger SoC & added info for Vehicle SoC Changed metadata panel to searchable datagrid & add items/format different if developer flag active. Changed startup, slower since it waits for vehicles to be loaded - otherwise it would fail to resolve the vehicle. Normally high frequence update this will get updated but otherwise would display id-tag, transdev now only have transaction-start & end thus makes it obvious. |
Lars Larsson | 2025-01-17 16:33 | |
Bug | 24.14.81.1_20241119_133124_C98319, 24.15.70.1_C98971, 24.16.43.1_20250108_155719_C99433 | CA-5599 | Charging Management | Traffic Studio - charging mgmt - fixes |
Fixed | 2024-12-16 15:44 | Traffic studio would after reconnect, recovering from connectivity issue clear its local state & re-init on connected. The on-connected would however filter away some state data used as events thus getting an different state than a new traffic studio. Example would be warning icons from existing/old errors not showin up correctly.
Fix reconnect logic - reset last process event-id ini library for now. Discussion what is the correct approach with x-team. Warning summary fix - updated state overview, but summed over all items i.e. count could say 2, tooltip say 1. Now both is over view i.e. after filters. |
Lars Larsson | 2025-01-13 14:48 | |
Bug | 24.15.70.1_C98971, 24.14.X.X_BRANCH, 24.16.43.1_20250108_155719_C99433 | CA-5597 | Traffic Studio General | Traffic Studio - apt cache - points |
Fixed | 2024-12-11 17:38 | Update cache code for points where if not found it would trigger a complete reload of all points which would fail due to many points. | Lars Larsson | 2024-12-16 15:39 | |
Test Task | 24.15.70.1_C98971 | CA-5596 | Traffic Studio General | Traffic Studio - multiselect dropdown - sort & compare |
Fixed | 2024-12-05 15:12 | Move determine order into comparer & view apply the comparer.
Try remove strange sort code. Hopefull better performance when startup 12k zones added one-by-one & causing sort & moving elements. One difference is it is not stable i.e. sort by selected & select some & filter will update the sorting CompanyMultiSelectDropDown - add comparer on text using standard alphanumeric |
Lars Larsson | 2025-01-13 12:47 | |
Bug | 24.15.70.1_C98971 | CA-5595 | Security Authentication WebApp | IdentityServer - client-secret - Rfc6749 |
Fixed | 2024-12-05 08:30 | Fix auth breaking after update by adding (thus replacing old Rfc2617) secrete-parser using basic auth/Rfc2617 with same but for Rfc6749 (same but url-encoded parts).
Nuget updates broke auth in sprint - its default value for sending is auth-header formatted as Rfc6749 rather than post in previous version. |
Lars Larsson | 2024-12-05 08:30 | |
Test Task | 24.15.70.1_C98971 | CA-5594 | IMFace, New Traffic Change, New Traffic Information, Report Sheet, Traffic Deviation | Traffic Studio - report sheet/traffic information/imface - show/goto & refactor |
Fixed | 2024-12-04 16:21 | Part of traffic deviation/report-sheet for unibuss, button to show in traffic information. Remove edit/remove in current work-in-progress version.
It will open display traffic changes & try select latest version available in "all" tab of display traffic changes. Added select item scroll behavior in same view/imface. Traffic changes/IMFace Refactor imface - moving some text, moving images & removing images. Refactor toast - show. Bugfix, remove broken binding in setup for checkbox column in channel tab. Vertical center channel in create |
Lars Larsson | 2024-12-16 15:33 | |
New Feature | 24.15.70.1_C98971 | CA-5593 | IMFace | Traffic Studio - New Deviations can be initialized when new Traffic Change is added |
Fixed | 2024-12-03 15:56 | Prerequsites:
-In Traffic Controller mode -Feature activated in setting For Journey cancellation a new deviations window will be opened with the journey pre-selected. For short turn two deviation window tools are shown. Deviations are created for the following traffic changes: Cancel Journey Short turn Journey Truncate Journey Partial Journey cancellation |
Tomas Midbratt | 2025-03-17 08:19 | |
Bug | 24.15.70.1_C98971 | CA-5592 | IMFace | Traffic Studio - User can remove templates created by other roles |
Fixed | 2024-11-29 18:18 | 24.14.81.1_20241119_133124_C98319 | User can remove templates created by other roles even if the user does not belong to the role | Tomas Midbratt | 2024-12-13 15:03 |
New Feature | 24.15.70.1_C98971 | CA-5591 | Traffic Studio General | Traffic Studio - settings links & explorer in citrix |
Fixed | 2024-11-29 14:27 |
Two new settings: Allow opening folders such as log folder or installation folder <setting name="UiEnableExplorer" serializeAs="String"> <value>False</value> </setting> Disable entire link section <setting name="UiEnableLinks" serializeAs="String"> <value>True</value> </setting> UI affected: - Main shell under help -> link - Login error - Startup config override dialog / not intended for end-user |
Lars Larsson | 2024-12-13 13:47 | |
Improvement | 24.15.70.1_C98971 | CA-5590 | Charging Management | Traffic Studio - Vehicle icon and label are removed when transaction is finished |
Fixed | 2024-11-28 22:03 | In previous version the bus icon and label was grayed out to represent the last charged vehicle for a connector when transaction is finished.
This presentation has proven to be a bit confusing. From this version the vehicle icon and label will be hidden when the transaction ends. |
Tomas Midbratt | 2024-12-17 16:24 | |
Bug | 24.15.70.1_C98971, 24.14.X.X_BRANCH | CA-5589 | IMFace | Traffic Studio - Direction buttons displayed incorrectly |
Fixed | 2024-11-28 19:20 | Direction buttons i Create Passenger Information displayed incorrectly. See image (left is incorrect). | Tomas Midbratt | 2024-12-11 13:46 | |
Task | 24.15.70.1_C98971 | CA-5588 | ExtDb | EXTDB - importer - vehicle events - create vehicles when not matching |
Fixed | 2024-11-27 13:51 | When doing old imports the existing vehicles might not match.
This is patching by adding missing vehicles with date validity to be able to import/export old data. Maybe should restructure vehicle in extdb someway... |
Lars Larsson | 2024-11-29 14:25 | |
Bug | 24.15.70.1_C98971 | CA-5587 | SMS Service - EventRuleEngine | Event rule engine - panic alarm - logical position max age |
Fixed | 2024-11-25 15:38 | Added a default configuration for logical-position max age if included in template values for email/sms. Does not look at flags i.e. journey ended etc.
Added try-catch around expanding vehicle & driver. DefaultLogicalPositionMaxAgeInSeconds = 1800 seconds |
Lars Larsson | 2024-11-27 14:03 | |
Bug | 24.14.81.5 | CA-5586 | Events | Event manager - JourneyVehicleStillInDepot - try guard inbound journeys or passing journeys |
Fixed | 2024-11-22 14:07 | If empty journey will check first point in journey is within a matching depot zone.
Maybe in future need configuration flag if even should attempt with empty-run. |
Lars Larsson | 2024-12-10 17:39 | |
Improvement | 24.15.70.1_C98971 | CA-5585 | Charging Management | Traffic Studio - Show charging end time in details |
Fixed | 2024-11-22 11:59 | Charging end time added to details. | Tomas Midbratt | 2025-01-13 16:35 | |
Bug | 24.14.81.5 | CA-5584 | Traffic Status | Traffic Studio - traffic status - show on map for dynamic journey |
Fixed | 2024-11-21 17:25 | Show on map for "deviation status | late" will show early, wrong filter after refactor for design time | Lars Larsson | 2024-12-04 15:21 | |
New Feature | 24.15.70.1_C98971 | CA-5583 | Events | Traffic Studio - event - vehicle in service without driver login |
Fixed | 2024-11-21 10:41 | Create a new central-event when reciving vehicle event for in-service-without-driver-login i.e. note logic for determine/trigger is not implemented centrally. This is in accordance to the estimate & sprint-planning.
Different text for charter & journey as normal. |
Lars Larsson | 2024-12-12 14:15 | |
New Feature | 24.14.81.5 | CA-5582 | Alarm | Traffic Studio - alarm - in service without driver login |
Fixed | 2024-11-19 14:07 | A copy of fire alarm & alcolock where if enabled a popup will display showing vehicle is in service but without driver login.
This utilize a new vehicle event as trigger (VehicleEventTypeInServiceWithoutDriverLogin), if missed the popup will be missed. Changed all of them IsSingleton = false i.e. a bug where only one popup would be displayed instead of one popup per vehicle. Refactor alcolock & smoke/fire to use common code i.e. block re-trigger & not trigger on init. |
Lars Larsson | 2024-11-22 12:54 | |
Task | 24.14.81.1_20241119_133124_C98319 | CA-5580 | Click Once , Traffic Studio General | Updated IdentityModel.OidcClient version |
Fixed | 2024-11-12 19:10 | Changes for .Net 6.0 made us upgrade IdentityModel.OidcClient to new version and we had to change TrafficStudio App-config on all ClickOnce and MSI installations. | Weine Högberg | 2024-12-16 11:12 | |
Improvement | 24.14.81.1_20241119_133124_C98319 | CA-5579 | IMFace | Traffic Studio - Create traffic changes - Limit validity duration |
Fixed | 2024-11-11 09:41 | New settings added to limit the maximum duration for a new traffic changes when indefinite is used. The number of days could be set in settings view (see attached image). If this setting is set the Indefinite checkbox will not be available. | Tomas Midbratt | 2024-11-22 12:52 | |
Bug | 24.14.81.1_20241119_133124_C98319, 24.13.X.X_Branch | CA-5578 | Statistics | Traffic Studio - detail report for journey context menu |
Fixed | 2024-11-08 14:13 | Navigation to details report has issues using context menu
* Modify TS to remove a second so it becomes 04:00 -> 03:59 (before 04:00) - the db has a lot of magic if:s. It also only handles +- 2h from 04.00. * DateTimeKind.Unspecified - search, block view had this but not APC line report i.e. in TCB it would not work from that view so set unspecified there & in details |
Lars Larsson | 2024-11-12 09:00 | |
New Feature | 24.14.81.1_20241119_133124_C98319 | CA-5577 | Two-way-text | Traffic Studio - text-messaging - priority |
Fixed | 2024-11-04 16:23 | Send/create new message
- Adding priority normal or high. Cannot be saved in templates, can be selected even if only allow to use template. - dialog error if trying to save predefined with semicolon (;) - changed busy & added dialog support with error handling List: - Column in list with priority - changed busy & added dialog support with error handling - company filter - busy until model is ready History (same as list): - search only date i.e. before would modify from - 1day so searching 6/11 would give messages 5/11 - busy until model is ready details: - added priority - in details removed "To: Broadcast" if no "choices" - modify text/message to readonly textbox allowing selection & copy |
Lars Larsson | 2024-11-21 11:25 | |
Bug | 24.14.81.1_20241119_133124_C98319 | CA-5576 | Geofence | Traffic Studio - geofence - coaching timeperiods 24h |
Fixed | 2024-10-31 13:24 | Change coaching timeperiods to use control used in road limitation (it technically saves in coaching rule, odd). It will round input & subtract a second on output such that 24h becomes less as DB column for time has max 23:59:59.9999999...
So looks like the time period of coaching was copied out to control for road limitation with some fixes but coaching was left with the old version. |
Lars Larsson | 2024-11-01 13:41 | |
Improvement | 24.14.81.1_20241119_133124_C98319 | CA-5573 | Fleet Studio - Deviations | Fleet Studio - Deviations - Published and Unpublished |
Done | 2024-10-30 15:14 | 24.14.81.1_20241119_133124_C98319 | Deviations view is able to show all deviations even those not published to any channel. Depending on access it is also possible to view different table columns. | Oskar Månsson | 2024-11-13 12:17 |
New Feature | 24.14.81.1_20241119_133124_C98319 | CA-5572 | Fleet Studio - Charging Management -Charge Points | Fleet Studio - Smart Charging - Chargepoints SetMaintenance mode |
Done | 2024-10-30 15:10 | 24.14.81.1_20241119_133124_C98319 | Make it possible to set maintenance mode on individual chargepoints through Charge Points table, instead of doing it directly in the database as it is done today. | Oskar Månsson | 2024-11-13 16:30 |
Bug | 24.14.81.1_20241119_133124_C98319, 24.13.88.10_102649_C97809 | CA-5571 | Fleet Studio - Vehicle Events Report | Fleet Studio - Area search polygon is visible after deletion in event report |
Fixed | 2024-10-30 14:02 | 24.13.88.1_20241029_133322_C97605, 24.14.81.1_20241119_133124_C98319 | After have made a search with area search and then making a new search we will see that the area is still visible in the event report map. | Oskar Månsson | 2024-10-31 08:16 |
Bug | 24.13.88.1_20241029_133322_C97605 | CA-5570 | Traffic Status | Traffic Studio - traffic status - show on map for late displays early |
Fixed | 2024-10-29 09:08 | Show on map for "deviation status | late" will show early, wrong filter after refactor for design time | Lars Larsson | 2024-11-21 17:26 | |
Bug | 24.13.88.1_20241029_133322_C97605 | CA-5569 | Traffic Status | TS-Traffic Status - Column's gone missing |
Fixed | 2024-10-23 11:11 | 24.12.78.1_20241008_143118_C96943 | User in Nettbuss Ruter reports that he has a column that other users cant find in Deviations.
Driven/Planned Journey column seems to hav gone missing |
Zenobia Cobon | 2024-10-29 15:35 |
New Feature | 24.13.88.1_20241029_133322_C97605 | CA-5568 | IMFace, Traffic Studio General | Traffic Studio - label - introduce & add "imface" profile for journey |
Fixed | 2024-10-21 14:59 | Update setup from "Form" to "WPF".
Introduce profiles for journey & added a new one that applies to imface Modify format in label system start time with seconds will format as 24h+ rather than C# default <days>.<hours> i.e. 25:30:00 vs 1.01:30:00, same label without seconds did it like this |
Lars Larsson | 2024-10-31 11:26 | |
New Feature | 24.13.88.1_20241029_133322_C97605 | CA-5567 | Active Vehicles, TiledMap | Traffic Studio - Vehicle type and Supervisor vehicle feature |
Fixed | 2024-10-18 12:14 | Color and size can be configured for Supervisor vehicle type icon.
New column in Vehicles/Lines for vehicle type (default hidden). Possibility to open a new map from Vehicles/Lines showing only the vehicles in the originating tool. New section in Vehicle details with supervisor vehicles and distance from vehicle (if any in vehicle repository) |
Tomas Midbratt | 2024-10-21 17:09 | |
Task | 24.13.88.1_20241029_133322_C97605 | CA-5566 | Traffic Studio General | Traffic Studio - app.manifest - supportedOs |
Fixed | 2024-10-16 17:52 | Added tags for supportedOs to get access to newer api:s - currently add all but doensn't mean we support them all but we don't think it has any disadvantages.
Other changes: app.manifest => I4mFrameWork.exe.manifest (manifest is used in visual studio/debug, don't think previous had any use) Added I4mFrameWork.exe.manifest to WIX i.e. setup so localinstallation will include it Failed to actually update clickonce - leave it with local installation (.msi / build .wix) https://learn.microsoft.com/en-us/windows/win32/sbscs/application-manifests#application Example with all OS: https://learn.microsoft.com/en-us/windows/win32/sysinfo/targeting-your-application-at-windows-8-1 |
Lars Larsson | 2024-10-21 14:51 | |
Bug | 24.11.XX.XX, 24.13.88.1_20241029_133322_C97605 | CA-5565 | Traffic Studio General | Traffic Studio - Traffic changes list is disabled event if data is loaded |
Fixed | 2024-10-15 13:52 | 24.11.64.14_20240923_102746_C96422 | In Customer Support, Vehicle Traffic Changes and Stop Point Traffic Changes the Traffic Changes list remains disabled even if data is loaded. Scrolling will not work in this scenario. | Tomas Midbratt | 2024-12-04 15:35 |
Bug | 24.13.88.1_20241029_133322_C97605 | CA-5563 | Traffic Studio - timezone/roles - filter timezones & refactor |
Fixed | 2024-10-14 14:44 | Refactor to get same behavior for role selection & appending timezones.
Role selection modify certain properties like setting default timezone & this would not happen when adding the timezone causing inconsistent behavior i.e. configured timezone vs server timezone Added a filter on timezones that filters out only role selected timezones. |
Lars Larsson | 2024-10-15 15:04 | ||
Bug | 24.11.XX.XX, 24.13.88.1_20241029_133322_C97605, 24.12.X.X_Branch | CA-5561 | Events | Traffic Studio - event report - excel/column modified time missed |
Fixed | 2024-10-10 13:40 | Missed adding the column modified time to table configuration. Thus it is shown but not listed in drop down & lost in excel export.
Fix column order & faulty offset for "confirmed" in 24.12 & later (skip 24.11 since 24.12 is released) Adjust excel filename i.e. swedish "Händelse: historik.xlsx" => "Händelse historik.xlsx" since colon is invalid in filename (skip 24.11 since 24.12 is released) Update column settings & updating display-index for all columnns that has been touched (otherwise they will collide/clash) (head/24.13) |
Lars Larsson | 2024-10-21 10:39 | |
Improvement | 24.13.88.1_20241029_133322_C97605 | CA-5560 | APC, Statistics | Traffic Studio - statistics - apc raw - system timestamp & actual-stop-point |
Fixed | 2024-10-09 16:22 | Add column for system-timestamp
Extend stop point to also show if moved/"actual stop point" - not same format as history but with arrow (->) |
Lars Larsson | 2024-10-16 09:50 | |
Bug | 24.13.88.1_20241029_133322_C97605 | CA-5559 | Traffic Studio General | Traffic Studio - login & timezone |
Fixed | 2024-10-09 09:21 | Changed to show "role" dialog if "super user" or "power user" i.e. logic is more than 1 role, or more than 1 time zone or super user or power user.
Changed code flow with objective to set UserTimeZone when login with one role/no role dialog. |
Lars Larsson | 2024-10-15 15:53 | |
New Feature | 24.13.88.1_20241029_133322_C97605 | CA-5558 | Fleet Studio - Active Faults | Fleet Studio - Active Faults |
Fixed | 2024-10-07 11:55 | 24.13.88.1_20241029_133322_C97605 | Implemented Active Faults view which is a populated table showing the current faults of busses.
|
Oskar Månsson | 2024-10-31 15:36 |
New Feature | 24.13.88.1_20241029_133322_C97605 | CA-5557 | Fleet Studio - Vehicle Events Report | Fleet Studio - Event report - Area search |
Fixed | 2024-09-30 16:10 | 24.13.88.1_20241029_133322_C97605 | We've implemented the possibility to limit events within an user defined area. | Oskar Månsson | 2024-10-17 08:54 |
New Feature | 24.12.78.1_20241008_143118_C96943 | CA-5555 | Fleet Studio - Company Admin | Fleet Studio - Company Admin |
Fixed | 2024-09-30 15:51 | 24.12.78.1_20241008_143118_C96943 | We've implemented a new view for reading company information. This view is limited to users with FMS_AdminCompany and the company they're assigned to. | Oskar Månsson | 2024-09-30 15:52 |
New Feature | 24.12.78.1_20241008_143118_C96943 | CA-5554 | Fleet Studio - Deviations, Fleet Studio - Excel Export, Traffic Deviation | Fleet Studio - Deviations report |
Fixed | 2024-09-30 15:41 | 24.12.78.1_20241008_143118_C96943 | We've added the possibility to create a deviations that are published to a required channel within a specific date range.
It's also possible to export the report to excel. |
Oskar Månsson | 2024-10-10 13:42 |
New Feature | 24.12.78.1_20241008_143118_C96943 | CA-5553 | Fleet Studio - Deviations, Traffic Deviation | Fleet Studio - Deviations in Realtime |
Fixed | 2024-09-30 15:39 | 24.12.78.1_20241008_143118_C96943 | We've implemented Deviations (former Traffic log web) into Fleet studio in order to view current deviations on a system that is published to the required channel. | Oskar Månsson | 2024-10-10 13:40 |
Bug | 24.12.78.1_20241008_143118_C96943 | CA-5552 | TS- Passenger information - edit temporal conditions show wrong time. |
Fixed | 2024-09-26 11:50 | if you create a teporal condition and edit it (wthout restarting TS) the time suggested in the top saves the previous time you used. but when you accually press + to add a new intervall the start time is set to 00:00.
this does not happen if you start a new instance of TS and edit from there. |
Zenobia Cobon | 2024-10-04 10:23 | ||
Bug | 24.12.78.1_20241008_143118_C96943 | CA-5551 | PTC | Traffic Studio - IhmCarrier - Handle incoming calls using Ihm off-hook |
Fixed | 2024-09-20 15:09 | 24.11.64.1_20240917_142524_C96237 | When answering incoming calls the application tries to call back to the unit which gives "call busy". Correct behaviour should be to answer call (using Off-hook). | Tomas Midbratt | 2025-01-10 14:13 |
Bug | 24.12.78.1_20241008_143118_C96943, 24.11.64.14_20240923_102746_C96422 | CA-5548 | Traffic Deviation | Traffic Studio - Unable to untick Line-Journey in new Traffic Deviation |
Fixed | 2024-09-20 10:21 | 24.11.64.14_20240923_102746_C96422 | When we've checked the Line-Journey box in a new traffic deviation we're unable to untick the box again.
After discussion we we will make the box a read-only meaning that it shouldn't be able to tick altogether, only sub-categories are able. |
Oskar Månsson | 2024-09-20 15:46 |
Bug | 24.12.78.1_20241008_143118_C96943, 24.11.64.14_20240923_102746_C96422 | CA-5546 | Events | Journey not started yet does not include configured priority when created |
Fixed | 2024-09-18 12:37 | Tomas Midbratt | 2024-09-20 15:03 | ||
Test Task | 24.11.64.1_20240917_142524_C96237 | CA-5545 | Events , Traffic Deviation | Traffic Studio - event report/deviation - excel export |
Fixed | 2024-09-12 16:31 | EventId as optional column, column list will include all columns not just optional as other.
Event report export updated, to be more aligned with newer exports. Deviation export - only export visible columns. |
Lars Larsson | 2024-10-10 13:40 | |
Bug | 24.11.64.1_20240917_142524_C96237 | CA-5544 | Tmix.Cap.Voice.Library.Plugin.Dispatcher | Traffic Studio - When initiating a call, Map does not follow vehicles that are unassigned |
Fixed | 2024-09-12 16:25 | 21.16.40.1_20220112_125448_C69379, 23.13.41.12_20231108_142616_C88144 | When making a call to unassigned vehicles (not on a journey) the Map does not follow vehicles that are unassigned. | Tomas Midbratt | 2024-11-25 10:48 |
New Feature | 24.11.64.1_20240917_142524_C96237 | CA-5543 | Fleet Studio - Driver Coaching Report | Fleet Studio - Driver Coaching - Driver login new view |
Fixed | 2024-09-12 07:59 | 24.11.64.1_20240917_142524_C96237 | When a driver is logging in and going to driver coaching it will automatically search for the drivers data.
Driver view has been reworked by removing the table and making the old details view our main view with ratings and graphs |
Oskar Månsson | 2024-09-17 12:23 |
New Feature | 24.11.64.1_20240917_142524_C96237 | CA-5541 | Fleet Studio - Reports General | Fleet Studio - General - Min / Max slider instead of two seperate sliders |
Fixed | 2024-09-12 07:17 | 24.11.64.1_20240917_142524_C96237 | Changed so that sliders which are between a min and max value are now on a single slider instead of two seperate. | Oskar Månsson | 2024-09-12 07:21 |
New Feature | 24.11.64.1_20240917_142524_C96237 | CA-5540 | Fleet Studio - Vehicle Events Report | Fleet Studio - Event report - Ability to group events |
Done | 2024-09-12 07:12 | There is now a dropdown menu in the table of events in order to group them into different segments. | Oskar Månsson | 2024-09-12 07:14 | |
Task | 24.11.64.1_20240917_142524_C96237 | CA-5539 | IMFace | Traffic Studio - passenger information - actions/dialogs |
Fixed | 2024-09-09 15:07 | verify/test:
Truncate journey Cancel journey Cancel connection Pickup On Journey |
Lars Larsson | 2024-09-18 14:44 | |
New Feature | 24.11.64.1_20240917_142524_C96237 | CA-5538 | IMFace | Traffic Studio - passenger information - partial journey cancellation action |
Fixed | 2024-09-09 14:51 | Part of traffic deviation but also context menu, similiar to journey cancellation.
Note calendar resolution is always "current calendar" & it does not perform any additional sanity check or logic than existing actions. |
Lars Larsson | 2024-09-18 12:48 | |
New Feature | 24.11.64.1_20240917_142524_C96237 | CA-5537 | IMFace | Traffic Studio - Text messaging can be turned off |
Fixed | 2024-09-05 17:40 | Configuration has been added to remove the Text messaging edit possibility in Create Passenger Information. The setting can only be changed by Power or Super users. | Tomas Midbratt | 2024-09-18 12:46 | |
New Feature | 24.11.64.1_20240917_142524_C96237 | CA-5536 | Forecast process (Central) | disco temporal condition on stops |
Fixed | 2024-09-05 10:23 | Temporal conditions can be used on stop points | Lars Hansson | 2024-09-26 10:34 | |
New Feature | 24.11.64.1_20240917_142524_C96237 | CA-5534 | Fleet Studio - Vehicle Events Report | Fleet Studio - Map Event History Positions - Date Slider Functionality |
Done | 2024-08-26 10:07 | TImestamp column holds a slider for easier filtering of when events occur | Oskar Månsson | 2024-09-12 07:08 | |
Improvement | 24.10.56.1_20240827_124453_C95662 | CA-5533 | Traffic Studio - traffic explorer - journey type filter in journey view/table |
Fixed | 2024-08-26 09:30 | Journey type filtering for journey table/view/list.
Journey view used in Line details, Company details & prinicpal details List all journey types not based on table/list. |
Lars Larsson | 2024-09-02 14:49 | ||
New Feature | 24.10.56.1_20240827_124453_C95662 | CA-5532 | Line list | Traffic Studio - Presentation of filtered position messages |
Fixed | 2024-08-23 16:26 | It is now possible to enable position presentation for all messages sent from the vehicles (high frequency vehicle message publishing). Note that this publish speed is not actived on all vehicles or in all systems. High frequency vehicle message publishing takes up more bandwidth. This is beta feature, if you exprience poor performance turn it of. | Tomas Midbratt | 2024-09-18 12:46 | |
Improvement | 24.10.56.1_20240827_124453_C95662 | CA-5531 | Traffic Studio General | Traffic Studio - Units added to some signals |
Fixed | 2024-08-22 17:36 | Units added to
Estimated In-SOC (665) Needed range (664) Remaning range (655) Internal/floor/external temperature (1400-1402) Ambient temperature (50002) GpsSpeed (603) VehicleSpeed (604) |
Tomas Midbratt | 2024-09-03 12:56 | |
New Feature | 24.10.56.1_20240827_124453_C95662 | CA-5530 | nodegateway: Support for AMS responses (SignalPrioAck) in MQTT bridge PTA/PTO |
Fixed | 2024-08-22 15:52 | Niclas Lindgren | 2025-01-10 14:13 | |||
New Feature | 24.10.56.1_20240827_124453_C95662 | CA-5529 | Events | System Event - Journey, link stationary |
Fixed | 2024-08-22 12:56 | A new system event when vehicle becomes stationary (odometer not changing) while on journey (any journey, including empty). | Lars Larsson | 2024-09-04 13:16 | |
Task | 24.10.56.1_20240827_124453_C95662 | CA-5528 | Event History | Traffic Studio - Event History - search time |
Fixed | 2024-08-15 17:07 | Horizontal scollbar, remove width star so the layout will be different (fixed column width) to allow scrollbar.
Search can input timestamps/clock. Data is group & resolved per network version, possible issue before. Updated realtime events with fixed column width as history to get horizontal scrollbar. |
Lars Larsson | 2024-08-22 13:35 | |
Test Task | 24.10.56.1_20240827_124453_C95662 | CA-5527 | Traffic Studio General | Traffic Studio - current calendar - changes to caching active calendars i.e. overlapping days |
Fixed | 2024-08-14 17:30 | The code for caching of calendar looked wrong & thus modified. So default it will load two days at startup.
No actual known fault case other than it has maybe always been wrong i.e. the intent is traffic studio should keep default current +- 1 day depending on time. Try connect & disconnect and see if it feels better. Try cancel operations to avoid working after being disposed but no silver bullet, issue is more annoyance & first-chance-exception, doesnt truly affect end-user. |
Lars Larsson | 2024-10-09 11:00 | |
Test Task | 24.10.56.1_20240827_124453_C95662 | CA-5526 | IMFace | Traffic Studio - passenger information - IsReadonly & copy-to-new |
Fixed | 2024-08-14 15:01 | If copy-to-new on readonly - allow saving. Previously it is treated as readonly i.e. save will be locked. | Lars Larsson | 2024-09-02 14:40 | |
Improvement | 24.10.56.1_20240827_124453_C95662, 24.9.121.6_20240819_122812_C95419 | CA-5525 | Traffic Studio - passenger information - history make request type regarding time selection |
Fixed | 2024-07-26 13:47 | Try update api to express intent & update it. Try solve issue where tasks was cancelled before valid-from not possible to find. But now we find issues that the main flow cannot find i.e. db active but system wise "inactive". | Lars Larsson | 2024-08-15 12:44 | ||
Test Task | 24.9.121.1_20240812_123558_C95243 | CA-5524 | New Traffic Change | Traffic Studio - passenger information - IsReadonly & edit |
Fixed | 2024-07-25 15:30 | Passenger information tasks that are read-only should probably not be editable as the source of it is usually external.
GTFS importer is also setting readonly property as SIRI & node-gateway importers. Maybe we should add "unpublish" in future. I.e. it remains active but not published/not used. |
Lars Larsson | 2024-08-14 15:01 | |
Bug | 24.9.121.1_20240812_123558_C95243 | CA-5522 | Traffic Studio General | Traffic Studio - no access logout |
Fixed | 2024-07-24 14:05 | If login without any user roles/no access the logout option would trigger double restart of traffic studio resulting in two new instances. Restart was performed in "logout" method but it would not terminate the application & thus another logout as part of the dialog. | Lars Larsson | 2024-08-02 13:05 | |
Improvement | 24.9.121.1_20240812_123558_C95243 | CA-5521 | Application/Other, Vehicle history | Traffic Studio - vehicle details - text filter signals & scroll improvement |
Fixed | 2024-07-24 13:11 | Updated & fixed some issue in vehicle details & vehicle history.
Signal list now have free text search. Switch DataGrids to our version that fixes some stuff & modifies some behaviors, one is making it easier to scroll. Tooltip in node-info per row as in signals. |
Lars Larsson | 2024-08-14 16:03 | |
Improvement | 24.9.121.1_20240812_123558_C95243 | CA-5520 | Application/Other, Vehicle history | Traffic Studio - vehicle details - text filter signals & scroll improvement |
Fixed | 2024-07-24 13:11 | Updated & fixed some issue in vehicle details & vehicle history.
Signal list now have free text search. Switch DataGrids to our version that fixes some stuff & modifies some behaviors, one is making it easier to scroll. Tooltip in node-info per row as in signals. |
Lars Larsson | 2024-08-16 10:00 | |
Bug | 24.9.121.6_20240819_122812_C95419 | CA-5519 | Fleet Studio General | Fleet Studio - ROPC gets stuck in refresh token loop |
Fixed | 2024-07-24 09:55 | 24.9.121.1_20240812_123558_C95243, 24.8.75.13_20240630_235830_C94593 | I was logged in using ROPC, user Svc-Ops-YardMap-VTC, and after a while Atom Studio process crashed due to AptHandler had crashed and the frontend got stuck in a loop attempting to refresh the token.
AptHandler crashed on 24-07-24: 00:00:23, BCT System time, after: 2024-07-24 00:00:15,845 [37 ] INFO (SessionManager) - [7041a6db-0ca6-41a7-b414-98fd0e7d0e92]: Disconnected: cflynn <en> (Christopher Flynn) 48 (48,148) () [525], session duration=00:02:38.0628814 (2024-07-23 23:57:37 -> 2024-07-24 00:00:15) 2024-07-24 00:00:17,517 [Dashboard.DoWork] DEBUG (ApcDashboard) - [APC] current 230 (80/81) [ack today 207408 (603/620 vehicles)] 2024-07-24 00:00:18,533 [Dashboard.DoWork] DEBUG (ApcDashboard) - [APC] current 226 (80/81) [ack today 207408 (603/620 vehicles)] 2024-07-24 00:00:19,189 [Dashboard.DoWork] DEBUG (ApcDashboard) - Creating new ApcJourneyData for 2024-07-23 00:00:00: journeyId=6180528 lineId=470000007 2024-07-24 00:00:19,189 [Dashboard.DoWork] DEBUG (ApcDashboard) - [APC] new vehicle '3131329281' reporting on journey '6180528' line '470000007' (was 0). 2024-07-24 00:00:19,533 [Dashboard.DoWork] DEBUG (ApcDashboard) - [APC] current 220 (80/81) [ack today 207411 (603/620 vehicles)] 2024-07-24 00:00:21,095 [63 ] INFO (SessionManager) - [247c5bfc-28b0-4ba5-b736-e6a4de076f81]: Connected: JCoffin@bctransit.com <en> ( ) 48 (48) () [] (2024-07-24 00:00:21) 2024-07-24 00:00:21,173 [63 ] DEBUG (AtomHub) - [247c5bfc-28b0-4ba5-b736-e6a4de076f81]: SubscribeTrafficMgmt 2024-07-24 00:00:21,173 [TrafficMgmt.DoWork] INFO (TrafficMgmt) - [TrafficMgmt] [JCoffin@bctransit.com [247c5bfc-28b0-4ba5-b736-e6a4de076f81]] DoSubscribe 2024-07-24 00:00:21,173 [63 ] DEBUG (AtomHub) - [247c5bfc-28b0-4ba5-b736-e6a4de076f81]: RequestSystemDateTime [2024-07-24T00:00:21.08-07:00,0,1029] 2024-07-24 00:00:21,173 [TrafficMgmt.DoWork] DEBUG (TrafficMgmt) - [TrafficMgmt] [JCoffin@bctransit.com [247c5bfc-28b0-4ba5-b736-e6a4de076f81]] sent companies with vehicles (1 entries) 2024-07-24 00:00:21,205 [TrafficMgmt.DoWork] DEBUG (TrafficMgmt) - [TrafficMgmt] [JCoffin@bctransit.com [247c5bfc-28b0-4ba5-b736-e6a4de076f81]] sent vehicle updates (1599 added entries) 2024-07-24 00:00:21,205 [TrafficMgmt.DoWork] DEBUG (TrafficMgmt) - [TrafficMgmt] [JCoffin@bctransit.com [247c5bfc-28b0-4ba5-b736-e6a4de076f81]] sent chargePointStatus (0 entries) 2024-07-24 00:00:21,267 [63 ] DEBUG (AtomHub) - [247c5bfc-28b0-4ba5-b736-e6a4de076f81]: RequestSystemDateTime [2024-07-24T00:00:21.171-07:00,1,1029] 2024-07-24 00:00:23,611 [AptHandler] DEBUG (AptDataLoader) - [AptDataLoader] AptDataLoader.Run MBytes GC=363 2024-07-24 00:00:23,627 [AptHandler] FATAL (Program) - UnhandledExceptionEventArgs: |
Oskar Månsson | 2024-08-28 12:22 |
Improvement | 24.9.121.1_20240812_123558_C95243 | CA-5518 | Events , Traffic Studio General | TS Event- Journey not started yet -Add start journey only from first stop critera |
Fixed | 2024-07-19 16:14 | Tick box in Eventconfiguration "Journey must start from first stop point", will create event "Journey not started yet" if journey doesn't start from first stop point. | Weine Högberg | 2024-09-18 12:41 | |
Improvement | 24.9.121.1_20240812_123558_C95243 | CA-5517 | Traffic Status | Traffic Studio - traffic status - soc: needed range |
Fixed | 2024-07-19 14:05 | New column for "needed range"
New column with icon to summarize warnings - cannot be disabled & last If "needed range" warn only on this & don't do existing checks ToolTip explaining the warnings Always show vehicles with warnings independent of State-of-charge filter Add block as column & changed reset-to-default - might be different default columns now & not all columns are available (specified per section) & rename of SoC column (used to be section name). |
Lars Larsson | 2024-11-21 17:25 | |
New Feature | 24.9.121.1_20240812_123558_C95243 | CA-5516 | Charging Management | Traffic Studio - charging mgmt - authorization |
Fixed | 2024-07-18 15:40 | Refactor charging model/data.
Added authorization result & display it in connector status if not accepted. When receiving an authorization result it invalidates current transaction to hide its values. It only handles authorization on connector level i.e. authorization on charge point is not visualized & dropped as per planned. It is possible that more states need to be guarded or cleared. But cannot determine if it will naturally reflect the new state or need specific code. I.e warnings, completed. |
Lars Larsson | 2024-08-08 16:56 | |
New Feature | 24.9.121.1_20240812_123558_C95243 | CA-5515 | Events | System Event - Assigned vehicle is still in depot |
Fixed | 2024-07-10 14:00 | A new system event when vehicle remains inside a depot zone after X minutes that the empty-run or pull-out journey has started.
|
Lars Larsson | 2024-07-11 14:37 | |
Improvement | 24.9.121.1_20240812_123558_C95243 | CA-5513 | IMFace, Planned traffic explorer /dbviewer | Traffic Studio - Memory footprint decrease for tree views |
Fixed | 2024-07-08 15:26 | For information only. This change will not affect the features of the control. | Tomas Midbratt | 2024-07-11 14:40 | |
Bug | 24.9.121.1_20240812_123558_C95243, 24.8.X.X_Branch | CA-5512 | Planned traffic explorer /dbviewer | Traffic Studio - Loading of data is slow when showing/selecting route on map for inactive network versions on some systems |
Fixed | 2024-07-01 22:22 | 24.7.61.19_20240617_102201_C94129 | Select a route for an old network version (for exaple one month old). Busy box is shown after a while. When finished stop area icons are not shown. | Tomas Midbratt | 2024-07-09 10:53 |
Improvement | 24.6.X.X.X_BRANCH, 24.9.121.1_20240812_123558_C95243, 24.8.75.13_20240630_235830_C94593 | CA-5511 | Traffic Studio General | Traffic Studio - Show only resource vehicles changes |
Fixed | 2024-06-27 09:31 | Behavior for the "Show only resource vehicles" setting has been changed. When un-checked only vehicles known by CTS are shown. This prevents reports from unknown sources to be show in Traffic Studio. Criteria is vehicle in resource database or vehicle is reporting on a block belonging to the user access rights.
When the setting is checked the behavior remains the same at before. |
Tomas Midbratt | 2024-06-30 10:10 | |
Bug | 24.9.121.1_20240812_123558_C95243 | CA-5510 | Station Manager | Traffic Studio - station manager - sort time, right align |
Fixed | 2024-06-26 17:52 | Fallback sorting arrival/departure to get time order where one can select the primary sort kolumn if BOTH exists but falls back on other.
Column right align for time/clock for arrival/departure 30:15 9:10 |
Lars Larsson | 2024-07-04 16:27 | |
Bug | 24.6.X.X.X_BRANCH, 24.9.121.1_20240812_123558_C95243, 24.8.75.13_20240630_235830_C94593, 24.7.X.X_BRANCH | CA-5509 | Assignments, Traffic Studio General | Traffic Studio - crash - scroll over editable control ex. assignment view |
Fixed | 2024-06-26 14:17 | Modify scroll behaviors for scrollviewer which could cause an infinite loop and crash traffic studio when scrolling over certain elements. | Lars Larsson | 2024-06-27 12:46 | |
New Feature | 24.8.75.13_20240630_235830_C94593 | CA-5508 | Fleet Studio General | Fleet Studio - Resource Owner password flow reworked |
Fixed | 2024-06-25 10:16 | 24.8.75.1_20240625_125038_C94354 | Enter username password in url. When it looses connection it will try to initiate a login attempt again. on X attempt try it will logout the user.
This should help when the server is restarting due to a update or unforseen crash. |
Oskar Månsson | 2024-07-08 08:58 |
Test Task | 24.8.75.1_20240625_125038_C94354 | CA-5507 | AMS - class per byte changed to byte array |
Fixed | 2024-06-24 14:08 | Improved memory by manually changing List<ByteClass> to List<byte> - hopefully tools can generate or we need to fix in future. This is to reduce memory allocation & fragmentation.
Line/journey info - rtdbvehicle3 is msgframe. |
Lars Larsson | 2024-06-28 12:02 | ||
Improvement | 24.8.75.1_20240625_125038_C94354 | CA-5506 | Map | Traffic Studio - map - polygon |
Fixed | 2024-06-24 14:03 | Changed map code for polygon to avoid recalculating polygon data on every render.
Memory peformance optimization to avoid unnecessary new memory allocations. |
Lars Larsson | 2024-06-26 11:16 | |
Improvement | 24.7.61.1_20240604_114929_C93708 | CA-5504 | Fleet Studio - Overview Map | Fleet Studio - Overview Map - Location saves to users browser cookies |
Fixed | 2024-06-10 10:43 | 24.7.61.1_20240604_114929_C93708 | Fleet studio now saves the location and zoom level of the overview map in the browser cookies. This means that last known position in map despite of user will be the one that is default set until cookies are cleaned.
If no cookies has been saved it will be defaulted to the user setting position. |
Oskar Månsson | 2024-06-14 11:17 |
New Feature | 24.7.61.1_20240604_114929_C93708 | CA-5502 | Fleet Studio - Driver Coaching Report | Fleet Studio - Driver Coaching - Driver login |
Fixed | 2024-06-04 15:44 | 24.7.61.1_20240604_114929_C93708 | A driver user is only able to view it's own data.
Permission assignments to roles added in order to constrain certain view and data fetching. |
Oskar Månsson | 2024-06-17 17:08 |
New Feature | 24.8.75.1_20240625_125038_C94354 | CA-5501 | Fleet Studio - Power Profiles |
Fixed | 2024-06-04 15:30 | 24.8.75.1_20240625_125038_C94354 | Ability to add/remove and select power profiles in charging management.
Visual overview of time when set charging power is in effect. |
Oskar Månsson | 2024-07-08 08:58 | |
New Feature | 24.10.56.1_20240827_124453_C95662 | CA-5500 | Fleet Studio - Vehicle Events Report | Fleet Studio - Map Event History Positions |
Fixed | 2024-06-04 15:24 | 24.9.121.1_20240812_123558_C95243 | • Map is moved from details to main event report with ability to rezise up or down
• Selecting event will mark it on the map • Selecting event in map focuses event in list Layers: • Zones are visible in map • Stop points • Heatmap • Line (The connected dots of event positions) • Vehicle events (with an arrow indicator if data is provided) • Selected vehicle event • Eventstable now shows the number of events in total as well as filtered • When there are many events in the vicinity of the mouse pointer a tooltip will show event details • Dynamic Filter on event category, event type and vehicle |
Oskar Månsson | 2024-09-02 08:03 |
Test Task | 24.8.75.1_20240625_125038_C94354, 24.7.61.19_20240617_102201_C94129 | CA-5499 | Traffic Studio - diagnostics - timezone & screen |
Fixed | 2024-06-04 13:16 | Added additional info into process info text file i.e. timezone, timestamp & screens.
Example: UserTimeZone/trafficstudio: Eastern Standard Time/DisplayName:(UTC-05:00) Eastern Time (US & Canada)/name:Eastern Daylight Time ServerTimeZone/server: W. Europe Standard Time/DisplayName:(UTC+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna/name:W. Europe Daylight Time Local/computer: W. Europe Standard Time/DisplayName:(UTC+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna/name:W. Europe Daylight Time UserTimeZone/trafficstudio: 2024-06-04T07:13:41.8881881-04:00 ServerTimeZone/server: 2024-06-04T13:13:41.8881881+02:00 Local/computer: 2024-06-04T13:13:41.8611297+02:00 Available screens: screen 0: {X=0,Y=0,Width=1920,Height=1200} [primary] screen 1: {X=-5760,Y=13,Width=1920,Height=1200} screen 2: {X=-3840,Y=-365,Width=2560,Height=1440} |
Lars Larsson | 2024-06-04 17:36 | ||
User Story | 24.8.75.1_20240625_125038_C94354 | CA-5497 | Fleet Studio - Driver Coaching Report, Fleet Studio - User management | Fleet Studio - Driver Coaching - Added user to driver coupling |
Fixed | 2024-06-03 13:55 | In Fleet studio we are able to couple existing drivers and/or new users for driver coaching report visibility. | Oskar Månsson | 2024-07-02 09:24 | |
Bug | 24.7.61.1_20240604_114929_C93708 | CA-5496 | Traffic Studio General | Traffic Studio - realtime forecasts - conditional/disable |
Fixed | 2024-06-03 10:37 | Realtime forecast handling is always active, now if configured system-address is less than 1000 it will be considered disabled. Connection logging that it cannot reach the forecast server & not all servers have forecasts. Change start/stop of forecast model. | Lars Larsson | 2024-06-04 18:47 | |
Improvement | 24.7.61.1_20240604_114929_C93708 | CA-5495 | Stop Point History | Traffic Studio - Added arrival and departure times |
Fixed | 2024-05-31 01:00 | Two new columns for arrival and departure added. See attached image. | Tomas Midbratt | 2024-06-12 12:39 | |
Bug | 24.5.X.X_BRANCH, 24.7.61.1_20240604_114929_C93708, 24.6.X.X.X_BRANCH | CA-5494 | AnyRide (Tmix.Cap.TI.WebApp.AnyRide) | AnyRide - vehicle position - stale cache |
Fixed | 2024-05-27 15:56 | AnyRide did not correctly update a cache that is used to resolve what vehicle position to get. Thus if changed it might not update correctly. | Lars Larsson | 2024-05-31 09:44 | |
Bug | 24.7.61.1_20240604_114929_C93708 | CA-5493 | Customer Support | Traffic Studio - customer support - status text - split text for departure/pass-by |
Fixed | 2024-05-23 10:52 | Customer support check pass-by flag & make create a more explicit text. | Lars Larsson | 2024-06-12 12:24 | |
New Feature | 24.7.61.1_20240604_114929_C93708 | CA-5492 | IMFace | Traffic Studio - imface/passenger information - direction use disturbance temporal |
Fixed | 2024-05-22 10:49 | When saving directions disturbance temporal conditions if one has also marked disturbance otherwise as default no temporal.
Validation error i checkbox is checked but not drawn any path. |
Lars Larsson | 2024-06-11 14:17 | |
Bug | 24.7.61.1_20240604_114929_C93708 | CA-5491 | Customer Support | Traffic Studio - customer support - calendar day timezone |
Fixed | 2024-05-22 09:30 | 24.6.76.1_20240514_134444_C93101_24.6.76.1 | Customer support could resolve wrong calendar day due to timezone diff i.e. traffic studio in sweden connecting to BCT it would make db query using swedish timezone independent on traffic studio config thus getting one date. If calendar cache was loaded/primed the result would be correct/another calendar thus search for some input would give different days. I.e. new traffic studio going to customer support searching gives result offset -1 day, doing stuff so the calendar being loaded would make a new search for same input give offset +0 day.
Fix: Lookup calendar day using time as unspecific type. How the cache determine if match. |
Lars Larsson | 2024-06-11 14:18 |
Bug | 24.5.X.X_BRANCH, 24.7.61.1_20240604_114929_C93708, 24.6.X.X.X_BRANCH | CA-5490 | mmrs | MMRS depot gateway, incorrect time handling of temporals |
Fixed | 2024-05-21 18:31 | If the time zone offset was < 0, temporals conditions were not converted to UTC, even though they were tagged as UTC times
Thus the vehicle resolved them as UTC times when they were not. Now offsets < 0 are converted However there is now an option UseTemporalsAsUtc which default to false, which will instead tagg the time conditions as "local" and the vehicle will evaluate them in its set timezone. Xml will be "timelocal" instead of "time". |
Niclas Lindgren | 2024-06-30 10:23 | |
Bug | 24.7.61.1_20240604_114929_C93708 | CA-5489 | Statistics | Traffic Studio - Energy report is missing data in some cases if result spans over several network versions |
Fixed | 2024-05-21 18:24 | 24.5.74.14_20240429_091138_C92708 | Energy report is missing data in some cases if result spans over several network versions. Journey and line is not filled in. | Tomas Midbratt | 2024-06-28 09:08 |
Improvement | 24.6.76.1_20240514_134444_C93101_24.6.76.1 | CA-5486 | cctv | CCTV support for system instance and company access |
Fixed | 2024-05-07 16:50 | It is now supported to separate CCTV requests in system instance and company access list. Used on servers where several CCTV fleets exists handled by different user roles. | Tomas Midbratt | 2024-06-27 15:23 | |
Bug | 24.6.76.1_20240514_134444_C93101_24.6.76.1 | CA-5484 | Fleet Studio General | Fleet Studio - Microsoft edge unauthorized token in less than 48 hours |
Fixed | 2024-05-06 07:20 | 24.4.44.14_20240416_121935_C92237 | Issue: on edge we get 401 unauthorized due even though we have a token, while chrome is working as expected.
This weekend I had left https://bct.tmix.se/ open on my computer, starting saturday 04/05-2024 12:30, local swedish time, and left the page to be on the map due to mailthread regarding using fleet studio as a yard overview. Setup was that I utilized my two accounts on two different browsers, edge and chrome. The difference between these two accounts in roles are that the edge account: i4m super, power user Chrome account: I4m SupervisorVehiclesVICSpecial FMS_ViewZoneCharging FMS_ViewDriverReports FMS_ViewZoneRegeneration I4m TSupervisorVIC FMS_ViewFleetStatus FMS_ViewVehicleReports I4m consat |
Oskar Månsson | 2024-10-09 11:07 |
Task | 24.6.76.1_20240514_134444_C93101_24.6.76.1 | CA-5483 | Traffic Studio General | Traffic Studio - auth/login - WebView2 updated |
Fixed | 2024-04-26 15:34 | Update the package for WebView2 used for open-id auth.
Set UserDataFolder if needed - i.e. local installations did not work as it used local path but does not have write permission for its cache. New version supports certificate error handling i.e. self-signed & test environments. |
Lars Larsson | 2024-09-18 12:36 | |
Improvement | 24.6.76.1_20240514_134444_C93101_24.6.76.1 | CA-5482 | Traffic Studio General | Traffic Studio - Login window set to top most window. |
Fixed | 2024-04-26 09:56 | Tomas Midbratt | 2024-05-17 15:39 | ||
Bug | 24.5.74.14_20240429_091138_C92708 | CA-5481 | Traffic Log - Traffic Studio | TrafficLog line filter behaves weird. |
Fixed | 2024-04-26 09:52 | 24.4.44.14_20240416_121935_C92237 | When filtering on lines in TrafficLog items remain checked and are searched in TrafficLog even though they arn't visible. | Weine Högberg | 2024-04-26 14:00 |
Bug | 24.5.74.14_20240429_091138_C92708 | CA-5480 | Traffic Log - Traffic Studio | TrafficLog searching for old data results in no data. |
Fixed | 2024-04-26 09:48 | 24.4.44.14_20240416_121935_C92237 | Weine Högberg | 2024-04-26 14:07 | |
Bug | 24.6.76.1_20240514_134444_C93101_24.6.76.1, 24.5.74.14_20240429_091138_C92708 | CA-5479 | Traffic Studio General | Traffic Studio - Configure notifications crashes the application |
Fixed | 2024-04-25 10:55 | 24.5.74.1_20240423_142330_C92477, 24.5.74.14_20240429_091138_C92708 | When opening configure notifications as Consat role and user it crashes the application. | Oskar Månsson | 2024-04-25 13:45 |
Bug | 24.4.X.X.X_BRANCH, 24.6.76.1_20240514_134444_C93101_24.6.76.1, 24.5.74.14_20240429_091138_C92708 | CA-5478 | IMFace | Traffic Studio - imface - template selection not applied |
Fixed | 2024-04-24 13:06 | Apply template does not se selection the first time, but the second time or changing calendar day.
Timing issue where the property used to apply template is set after the method doing it. This issue stem from fixing imface racing i.e. awaiting tasks to complete before doing the next thing. |
Lars Larsson | 2024-04-25 10:48 | |
Bug | 24.6.76.1_20240514_134444_C93101_24.6.76.1, 24.5.74.14_20240429_091138_C92708 | CA-5477 | Statistics, Traffic Studio General | Traffic Studio - Line filter crash statistics report |
Fixed | 2024-04-24 10:32 | 24.5.74.14_20240429_091138_C92708 | When having line two or more line groups on and switching to a statistics report (Traffic Log) the application crashes. | Oskar Månsson | 2024-04-24 17:22 |
Bug | 24.5.74.1_20240423_142330_C92477, 24.6.76.1_20240514_134444_C93101_24.6.76.1 | CA-5476 | Two-way-text | Traffic Studio - two-way-text - sound - make it part of toast |
Fixed | 2024-04-23 18:03 | Two-way-text has sound notification on new messages.
The sound used to play regardless of ui i.e. no view open & toasts being suppressed/not shown. The mute button is not moved but still available in two-way-text view but the sound will henceforth only play if toast is created. So suppressing toasts for two-way-text will indirectly mute & checking the mute checkbox will result in toast without sound. |
Lars Larsson | 2024-04-25 13:45 | |
Bug | 24.6.76.1_20240514_134444_C93101_24.6.76.1 | CA-5475 | Traffic Studio General, UserManager | Traffic Studio - Grants setting removed from system setup |
Fixed | 2024-04-23 14:21 | Grant settings are available both in System settings and in Role settings in User Manager. This is confusing since the information is not stored in the system setting. For upcoming releases the setup is only available in the role setting. | Tomas Midbratt | 2024-05-17 15:46 | |
Change Request | 24.3.X.X.X_BRANCH, 24.5.74.14_20240429_091138_C92708 | CA-5474 | IMFace | Traffic Studio - Disturbances on stop points are not shown to users that cannot create stop disturbances |
Fixed | 2024-04-19 15:26 | 24.3.51.15_20240319_154758_C91593 | In some cases the PTA don't want PTO's to be able to create, see or edit Traffic Changes for stop points.
Only PTA's should be allowed to do the above. Prereq to hide a Traffic Change on a stop point for a user in Show Traffic Changes are; Not super/puwer user Not an admin user for all traffic data "Enable stop area selection" isn't ticked. The Traffic Change will still be availabe in vehicle, Cusomer support etc. |
Tomas Midbratt | 2024-04-26 10:47 |
Improvement | 24.5.74.1_20240423_142330_C92477 | CA-5473 | cctv | Traffic Studio - Aborting downloading of CCTV files |
Fixed | 2024-04-18 14:00 | Tomas Midbratt | 2024-06-30 10:25 | ||
Improvement | 24.5.74.1_20240423_142330_C92477 | CA-5472 | cctv | Traffic Studio - Check for overlapping requests |
Fixed | 2024-04-18 13:59 | If a download is in progress for the specific vehicle/vehicles for the same time interval a warning will be displayed. If Yes is selected previous requests are removed and a new request is added. | Tomas Midbratt | 2024-06-30 10:12 | |
Bug | 24.12.78.1_20241008_143118_C96943 | CA-5470 | IMFace | TS- New passenger info, Templates |
Fixed | 2024-04-16 13:38 | 24.4.44.12_20240415_145134_C92201 | Some new functions has been added and Template creating/usage need some extra love and attention.
*Reason isn't saved *Trafficdata. when using, is empty, but if i press edit, the selected traffic data is shown. *Priority implementation? *Directions https://consat-telematics.atlassian.net/browse/CTSS-15679 https://consat-telematics.atlassian.net/browse/CTSS-15860 Adding more... |
Zenobia Cobon | 2024-10-08 17:34 |
Bug | 24.5.74.1_20240423_142330_C92477 | CA-5469 | Line list | Traffic Studio-Line Group filter isn't saved |
Fixed | 2024-04-15 17:07 | 24.4.44.12_20240415_145134_C92201 | Components latest state isn't saved when closing the program.
When starting TS again all Line groups are shown. |
Zenobia Cobon | 2024-04-24 17:21 |
Bug | 24.5.74.1_20240423_142330_C92477 | CA-5468 | HogiaPhonebookImporter, Volvo DataImporter | Phonebook importer configure Xid source used for matching |
Fixed | 2024-04-12 11:53 | VDI now imports the extraVersionData.infohub.xid from the depot into CTS databse. It is now possible to configure which meta data source to use when matching with the externa phonebook:
<!-- Xid data source selection XID, XIDInfoHub or <Empty> (do not match on Xid) --> <setting name="XidSource" serializeAs="String"> <value>XIDInfoHub</value> </setting> |
Tomas Midbratt | 2024-08-14 16:06 | |
Bug | 24.4.44.12_20240415_145134_C92201, 24.5.74.1_20240423_142330_C92477 | CA-5467 | Traffic Log - Traffic Studio | TrafficLog always counts On Demand (and similar) journeys as planned. |
Fixed | 2024-04-12 11:07 | 24.4.44.1_20240403_133116_C91880 | On demand journeys are always counted as planned (which sounds correct) but they are not counted as neither "not driven" nor "reported" if they are not driven. That means that we have more planned journeys than we count in the statistics.
This show really well if you look at reports on future dates and in the percent mode. Then 100% of all journeys should be "not driven" but it shows something less if there is on demand journeys in the data. |
Weine Högberg | 2024-04-15 09:41 |
New Feature | 24.5.74.1_20240423_142330_C92477 | CA-5466 | AnyRide (Tmix.Cap.TI.WebApp.AnyRide) | Anyride infomation channel can be configured |
Fixed | 2024-04-10 12:23 | New general setting InformationChannelsFilter can be set to configure information channels. Default is PublicWeb. | Tomas Midbratt | 2024-04-25 16:17 | |
Bug | 24.4.44.12_20240415_145134_C92201, 24.5.74.1_20240423_142330_C92477 | CA-5465 | Traffic Log - Traffic Studio | Traffic Studio - Date change breaks line filter |
Fixed | 2024-04-08 17:32 | 24.4.44.1_20240403_133116_C91880 | If we have generated a report with filter on and then change the dates to generate the a new filter it will ignore current filter and generate a report based on all lines. | Oskar Månsson | 2024-04-10 12:25 |
Improvement | 24.5.74.1_20240423_142330_C92477 | CA-5464 | Traffic Studio Journey Time Report | Traffic Studio - journey time report - update to filtering, journey type |
Fixed | 2024-04-05 13:54 | Update such that journey-route/from-stop -> to stop list is filtered according to journey type. Move journey type filter up below line selection.
Update line group selection to multiselect/searchable filter. Started on a local statistcs model for journey type for journey time & apc (was showing called-zone pending). |
Lars Larsson | 2024-04-25 15:09 | |
Improvement | 24.5.74.1_20240423_142330_C92477 | CA-5463 | IMFace | Traffic Studio - imface - timeperiod based on selection |
Fixed | 2024-04-04 14:06 | Improved to support additional selection to auto update selected time period when checked time according to traffic data.
I.e. line, journey & block are supported. Also for now added that children will set parent time i.e. stop in a line will set time for line. Bugfix text formatting of journey where endtime was incorrect & based on start time. Bugfix faulty timezone handling for journey time text (above). Converted wrong direction. Bugfix expander around time - did not update layout correctly. (this one i merged 24.4 one layout prop was wrong) Time selection for block is without timezone information. |
Lars Larsson | 2024-04-26 10:03 | |
Bug | 24.5.74.1_20240423_142330_C92477 | CA-5462 | Traffic Log - Traffic Studio, Traffic Log Web | Traffic Studio/Web TrafficLog Not all departures are included in Traffic Log report. |
Fixed | 2024-04-04 11:39 | 24.3.51.15_20240319_154758_C91593 | Some departures before and after 04:00 are not included in report. | Weine Högberg | 2024-04-11 11:03 |
Bug | 24.4.44.1_20240403_133116_C91880 | CA-5461 | Volvo DataImporter | Zone - timezone local without params |
Fixed | 2024-04-02 17:54 | Fix issue with vdi sync with depot for zones using local timezone but no params, would not set enter/leave correctly. | Lars Larsson | 2024-04-02 18:06 | |
Bug | 24.4.44.1_20240403_133116_C91880, 24.5.74.1_20240423_142330_C92477 | CA-5460 | Charging Management | Traffic Studio - Warning will not complete in time shown incorrect |
Fixed | 2024-04-02 12:19 | Even if the actual SoC has reached the goal level a warning is shown if extended SoC has been assigned. | Tomas Midbratt | 2024-04-04 11:37 | |
New Feature | 24.4.44.1_20240403_133116_C91880 | CA-5459 | Line list | Traffic Studio - Multiple line group selection |
Fixed | 2024-03-27 17:33 | It is now possible to select mulitple line groups. It is also possible to filter line groups within the line group list. See attached image. | Tomas Midbratt | 2024-04-15 17:22 | |
Bug | 24.4.44.1_20240403_133116_C91880 | CA-5458 | Planned traffic explorer /dbviewer | Traffic Studio - traffic explorer - duty/block - reactive startup |
Fixed | 2024-03-27 15:45 | Updated JourneyGraph i.e. Block Viewer & Duty viewer to await init/startup before loading data. Before if one closed the view & opened it from traffic explorer on another day it would cause error as internal states were not initalized.
I.e. external "requests"/"configurations" setting calendar day is applied aftter startup. |
Lars Larsson | 2024-04-04 12:58 | |
Bug | 24.4.44.14_20240416_121935_C92237 | CA-5454 | Assignments, Fleet Studio General | Fleet Studio - Assignments, Journey timestamps not matching towards Traffic Studio |
Fixed | 2024-03-25 18:03 | 24.4.44.1_20240403_133116_C91880 | When trying to match the block journey with Traffic studio we can see a difference in time display | Oskar Månsson | 2024-06-14 13:06 |
Bug | 24.4.44.14_20240416_121935_C92237 | CA-5453 | Assignments, Fleet Studio General | Fleet Studio - Assignments, blocks on bus company id instead of depotdescription |
Fixed | 2024-03-25 17:31 | 24.4.44.1_20240403_133116_C91880 | When using a testrig which is set to a company it won't have any blocks assigned to it since the company id can't get any blocks to assign the vehicle to.
This should be controlled by D:\i4m\dataimport\run -> DepotDescription -> op-skyss; f-tm-demo-skyss =DEPLOY; 33,35,44,45; ;NOTUSED;VEHICLE;stop_areas,misc;; One other solution is to fetch all blocks and handle non-approved assignments, see Traffic Studio as example. |
Oskar Månsson | 2024-06-14 13:07 |
Improvement | 24.4.44.1_20240403_133116_C91880 | CA-5452 | PTC | Traffic Studio - Support for terminal services installation and the PTC app link. |
Fixed | 2024-03-20 16:59 | When running PTC in Traffic Studio terminal services installation scenario mode the client name is used if available.
This feature can be disabled by setting the PtcLinkUseTerminalServicesClientName setting to false. |
Tomas Midbratt | 2024-04-15 15:21 | |
New Feature | 24.4.44.1_20240403_133116_C91880 | CA-5451 | Traffic Log - Traffic Studio | Traffic Studio - Block Early and Late start columns. |
Fixed | 2024-03-19 13:29 | Added columns for Block Early and Late start.
Added ability to select time in seconds. Added ability to switch between numbers and percent. Changed line selection to be searchable. |
Weine Högberg | 2024-04-11 11:02 | |
Bug | 24.2.X.X_BRANCH, 24.4.44.1_20240403_133116_C91880, 24.3.51.15_20240319_154758_C91593 | CA-5450 | Traffic Deviation | Traffic Studio - report sheet - sheet filtering, fix version handling |
Fixed | 2024-03-15 17:01 | The sheet filtering only filters on "latest" version.
Either use sheet-id which is same or modify modeling of sheet-rows to include versions & match on. https://consat-telematics.atlassian.net/browse/CTSS-14881 |
Lars Larsson | 2024-03-26 17:26 | |
Test Task | 24.4.44.1_20240403_133116_C91880 | CA-5449 | Traffic Studio General | Traffic Studio - apt cache - cache route has changed |
Fixed | 2024-03-14 14:54 | Modified the structure of route cache as it didn't always work.
Long time ago route was cached per line & we added parallel to it cache by id/expansion with just id. Tried to make route-line calls just a relationship cache where expansion to route object goes thru route-id expansion api/cache. Origin was create passenger information called "cache calendar" which caches by lines, then it expanded by id thus causing new calls in ui-thread for same data. |
Lars Larsson | 2024-04-15 16:25 | |
Improvement | 24.4.44.1_20240403_133116_C91880 | CA-5448 | Statistics, Traffic Log - Traffic Studio | Traffic Studio - Search filter for lines in Traffic log added |
Fixed | 2024-03-13 19:53 | It is now possible to select lines from a search filter if desired. | Tomas Midbratt | 2024-04-10 13:59 | |
Bug | 24.4.44.14_20240416_121935_C92237 | CA-5447 | Fleet Studio - Active Vehicles | Fleet Studio - Realtime table styling is too loose |
Fixed | 2024-03-05 12:05 | 24.3.X.X | The new styling for MDC components has added margins or paddings on text in the tables. | Oskar Månsson | 2024-06-14 09:58 |
Improvement | 24.3.X.X, 24.4.44.1_20240403_133116_C91880 | CA-5444 | Active Vehicles, Lines | Traffic Studio - Historical vehicles are shown in a separate group and icon on map |
Fixed | 2024-03-04 17:34 | For Lines a new group has been added which contains all historical vehicles if the "Show also historical vehicles".
If the "Show also historical vehicles" the Interval selection will be cleared automatically. Historical vehicle now shows the latest known report time. Double clicking on an historical vehicle will show a position icon on the map with a tooltip for the latest event. See attached image for example. |
Tomas Midbratt | 2024-03-15 14:12 | |
Bug | 24.3.X.X | CA-5443 | IMFace | Traffic Studio - passenger information - toast - time check & timezone i.e. UserDateTimeOffsetNow |
Fixed | 2024-03-04 09:39 | Changed time used for timecheck as it spawned a lot of toasts when connting to BCT due to issue with timezones.
ServerDateTimeNow [datetime] => UserDateTimeOffsetNow [datetimeoffset] |
Lars Larsson | 2024-03-15 16:11 | |
Improvement | 24.3.X.X | CA-5442 | Charging Management | Traffic Studio - Time estimation when minimum SoC will be reached |
Fixed | 2024-02-28 10:27 | New column shows estimated time when the minimum SoC has been reached. | Tomas Midbratt | 2024-03-15 17:48 | |
Improvement | 24.3.X.X | CA-5441 | IMFace | Traffic Studio - Reason column missing in Excel export |
Fixed | 2024-02-27 11:55 | 24.1.32.1_20240130_113625_C90039 | The Reason column in Traffic Changes was not included in Excel export. | Zenobia Cobon | 2024-03-14 16:38 |
Improvement | 24.2.50.10_0240226_085056_C90823, 24.3.X.X | CA-5440 | Statistics | TS- Statistics - Trip playback- Context for vehichle is showing block list |
Fixed | 2024-02-27 11:51 | 24.1.32.1_20240130_113625_C90039 | Contextmenu shows Block selections under Vehicle | Zenobia Cobon | 2024-02-27 11:53 |
Bug | 24.1.32.1_20240130_113625_C90039, 24.2.50.10_0240226_085056_C90823, 24.3.X.X | CA-5439 | Traffic Deviation | Traffic Studio - report sheet deviations / traffic deviation - history - wrong time |
Fixed | 2024-02-27 11:47 | Traffic deviation (report sheet) hisotry search accidently do double conversion to UTC so it searches wrong in the edges.
Converts to utc but makes it unspecified & thus another implicit conversion occurs during transport. |
Zenobia Cobon | 2024-03-14 18:13 | |
Improvement | 24.2.50.10_0240226_085056_C90823 | CA-5438 | External-api | External Api & EXTDB - added vehicle status flags / event status flags |
Fixed | 2024-02-27 11:42 | Added additional property to vehicle event message containing vehicle status flags.
Added flags column in extdb & updated doumentation. |
Zenobia Cobon | 2024-04-25 16:21 | |
Improvement | 24.2.50.10_0240226_085056_C90823 | CA-5436 | Geofence | Traffic Studio - geofences - set terminal-zone-type/activation-type |
Fixed | 2024-02-27 11:37 | 24.1.32.1_20240130_113625_C90039 | Option to control & view terminal-zone-type/activation-typ i.e. EnterAndExti, Enter, Exit.
Automatically imported part of: Vattenpassagezon RT805 Sort stop point list by text/name. |
Zenobia Cobon | 2024-02-27 11:39 |
Improvement | 24.2.50.10_0240226_085056_C90823 | CA-5435 | Traffic Studio General | Traffic Studio - Traffic Change Buttons become grayed out |
Fixed | 2024-02-27 11:33 | 23.16.26.4_20240115_082223_C89715 | A while back I worked on a ticket in which the reported issue was that the traffic change buttons were grayed out and that just happened to me using the Vic Manager Role. I found that it happens when you drag the traffic change window to a floating window to display it bigger or in another monitor. Then when you close that window, the buttons are grayed out. To open the Traffic change window again, you have to do it through the tools menu. | Zenobia Cobon | 2024-02-27 11:36 |
Improvement | 24.2.50.10_0240226_085056_C90823 | CA-5434 | Two-way-text | Traffic Studio - Message log shows companies for all participants |
Fixed | 2024-02-27 11:30 | 24.1.32.1_20240130_113625_C90039 | In previous versions company was not shown if there were more than one participant. Now a list of the affected companies are presented. Se attached image. | Zenobia Cobon | 2024-02-27 11:31 |
Improvement | 24.2.50.10_0240226_085056_C90823 | CA-5432 | vehicle node gw | Ruter MQTT monitor |
Fixed | 2024-02-27 11:24 | Monitors difference of location topics gps fix time vs receive time when subscribing.
Logs: \i4m\var\log\mqttmonitor FM alarm: kpi-monitor config in MqttMonitor (can have multiple): Tmix.Cap.Vehicle.NodeGateway.Plugin.RuterMqttGateway.xml |
Zenobia Cobon | 2024-04-25 15:44 | |
Improvement | 24.2.50.10_0240226_085056_C90823 | CA-5431 | Depot Gateway, mmrs | MMRS: Announcements with audio now scales for massive distributions (all vehicles at the same time for example) |
Fixed | 2024-02-27 11:20 | Made over-the-air transport layer configurable for mmrs audio files and changed the default to http. Expose files over http for vehicles. | Zenobia Cobon | 2024-02-27 11:21 | |
Bug | 24.2.50.10_0240226_085056_C90823 | CA-5428 | Traffic Deviation | Traffic Studio - traffic deviation / report sheet - index-in-journey |
Fixed | 2024-02-27 11:11 | Fauly handling of index-in-journey. We handle vehicle index-in-journey as exact match i.e. 1,2,3… & creating new deviation in traffic-studio will save accordingly. But index-in-journey should be zero based i.e. 0,1,2… while “sequence-in-journey” should be zero based.
Therby showing wrong time for vehicle deviation & splitting the meaning of index-in-journey sometimes being 0,1,2… and sometimes 1,2,3… depending on source. Visual: ”Planned departure time” shows for previous stop if not first stop. |
Zenobia Cobon | 2024-02-27 11:13 | |
Bug | 24.2.50.10_0240226_085056_C90823 | CA-5427 | Traffic Studio General | Traffic Studio - Improved data loading permormance of traffic data |
Fixed | 2024-02-27 11:06 | In some cases login municipalities and journeys was slower than expected. | Zenobia Cobon | 2024-02-27 11:08 | |
Bug | 24.1.32.1_20240130_113625_C90039 | CA-5423 | HogiaPhonebookImporter | Phonebook importer matches on Xid from MQTT |
Fixed | 2024-02-27 10:54 | When matching vehicles from Hogia phonebook the Xid received in the MQTT network and store in the metadata table will be used as first match criteria.
Also phonebook vehicles without valid Xid will not be created as a temporary vehicle. Check added for Xid. 12 hexadecimal characters (a-f, A-F, 0-9). |
Zenobia Cobon | 2024-08-07 11:18 | |
Bug | 23.14.X.X_BRANCH, 23.13.41.X_BRANCH, 24.1.32.8_20240212_104543_C90477, 23.15.X.X_BRANCH, 23.16.X.X_BRANCH | CA-5421 | IMFace | Traffic Studio - passenger information - others lines/permissions |
Fixed | 2024-01-12 10:54 | Issue showing other companies lines available in create new passenger information when the operator did not have access to any block/journeys that day i.e. before they initiate traffic / no calendar data. | Lars Larsson | 2024-08-07 11:13 | |
Improvement | 24.1.32.8_20240212_104543_C90477 | CA-5419 | Traffic Studio General | Traffic Studio - dialog - no access |
Fixed | 2024-01-09 13:28 | Made a more specific dialog for authenticated user but no acccess i.e. no groups or no group configured for traffic studio | Lars Larsson | 2024-08-07 09:58 | |
New Feature | 23.16.26.1_20240109_122028_C89592 | CA-5418 | Report Sheet | Traffic Studio - Ability to set Cause from context meny |
Fixed | 2024-01-08 15:40 | Added contextmenu for rightclick to pick cause for deviation.
|
Tomas Midbratt | 2024-01-10 10:41 | |
Debt | 24.4.44.1_20240403_133116_C91880 | CA-5415 | TS - Geofence -Road limitation zone, add length and weight |
Fixed | 2023-12-20 13:55 | Limittations for length and weigth is missing in CTS Geofence admin for Road Limitaion zones.
Maybe allso add play sound tick box? |
Zenobia Cobon | 2024-04-10 15:39 | ||
Bug | 24.3.X.X.X_BRANCH, 24.4.44.12_20240415_145134_C92201, 24.5.74.1_20240423_142330_C92477 | CA-5414 | Traffic Studio - Trip Playback Freeze |
Fixed | 2023-12-15 17:29 | This is a TS Freeze that occurs when a trip playback report is run. First time it works fine, but then if you try to change the date etc. to generate a new one it will cause TS to crash.Diag is attached, from when it was spinning and not doing anything.
I have not been able to replicate this on my end... Is this able to be looked at as a higher priority as it is an open OT ticket with a very 'political' operator. |
Tomas Midbratt | 2024-04-09 10:23 | ||
Improvement | 23.14.X.X_BRANCH, 23.15.42.1_20231212_114941_C89217, 23.14.38.8_20231128_171941_C88806 | CA-5393 | Line list, Traffic Studio General | Traffic Studio - vehicle details - warning/problem indicator |
Fixed | 2023-11-24 15:20 | Modified mmrs/passenger information matching fault handler to create a problem/warning indicator rather than a dialog. | Lars Larsson | 2024-01-12 10:14 | |
New Feature | 23.13.41.1_20231031_131415_C87901 | CA-5359 | Fleet Studio General | Fleet Studio - Add support to show External ID to vehicle display name |
Fixed | 2023-10-10 18:17 | 23.13.41.1_20231031_131415_C87901 | It should be possible to show the External ID in the vehicle display name in Fleet Studio. See "addsupporttoshowexternalIdtovehicledisplayname.PNG" and "addsupporttoshowexternalIdtovehicledisplayname2.PNG" for done criteria.
|
Markus Ingvarsson [X] | 2024-06-14 11:58 |
New Feature | 24.7.61.1_20240604_114929_C93708 | CA-5352 | Fleet Studio - Customized report | Fleet Studio - Router Link Active class not applied |
Fixed | 2023-09-29 14:12 | 23.12.45.0_20231010_122351_C87296 | The left side home menu item entry is not highlighted when you click a customized report. When a report is active it should be noticeable in the left side home menu. See attached image "customizedreportshouldbehighlighted.PNG." | Markus Ingvarsson [X] | 2024-06-14 11:57 |
Bug | 24.5.74.14_20240429_091138_C92708 | CA-5345 | Fleet Studio - Energy report graph focus problem, SoC doesn't appear |
Fixed | 2023-09-19 09:06 | 23.11.74.1_20230919_120941_C86642 | In energy report we have a table and a graph. In the graph we're able to follow the State Of Charge when hovering over a data point.
It appears to be a problem of element focus where as if we move our mouse from above the graph and into it the SoC doesn't appear, but if we move from below it comes up. See "EnergyReport_Graph_NoStateOfCharge.png" This is more prevalent when we increase the number of items to display in the table (25, by default). |
Oskar Månsson | 2024-06-14 11:21 | |
Bug | 24.9.121.1_20240812_123558_C95243 | CA-5340 | Event History | Traffic Studio - Event History |
Fixed | 2023-09-13 14:14 | 23.11.74.1_20230919_120941_C86642 | In event history, no event configuration is shown for event type [Journey has not started yet] even when configuration is set for that event type.
See [Picture 1] |
Christopher Lilliecrona | 2024-09-18 12:40 |
Bug | 24.6.76.1_20240514_134444_C93101_24.6.76.1 | CA-5250 | Fleet Studio - Active Vehicles | Fleet Studio - Company Filter out of bounds |
Fixed | 2023-05-24 11:59 | 23.7.54.0_20230608_122647_C84359 | When filtering on a company in Active Vehicles, the filter dropdown filter gets out of bounds and does not display the filter dropdown correctly.
See [Picture 1] and [Picture 2] |
Christopher Lilliecrona | 2024-06-14 11:57 |
Generated at Sun May 11 05:52:27 CEST 2025 by Mattias Isegran Bergander using JIRA 6.3.12#6343-sha1:0d8f4aafad7180503b3640e4b3fc2614bfaabae7. |