Ticket | Linked | Function | Type | Subject |
VVC-144 | Bug | Integration Factory, create template with Flight Data type crashes the application |
Description | Release notes |
Go to integration factory, add a new templeate, define a name and select data type "Flight". Click Next. The application crashes. |
Ticket | Linked | Function | Type | Subject |
VVC-140 | Sub-task | Stations Operations Fire. LOAD comment Not available |
Description | Release notes |
In the stations Operations fire LOAD there is no Comment blank to put the Cargo information comments. This option is avialable in the Stations Operations in Cloud. |
Ticket | Linked | Function | Type | Subject |
MT-5459 | RAIDO Earth | Bug | Reinstate-GUI-Flight wasn't moved back before saving |
Description | Release notes |
Steps to reproduce: [^reinsate.mp4] # Cancel multileg flight # Save # Reinstate first leg Note: the issue was found during regression testing |
Ticket | Linked | Function | Type | Subject |
MT-5457 | RAIDO Earth | Bug | Flight Edit-GUI-Station conflict after working with Flight Edit |
Description | Release notes |
Sometimes after opening Flight edit dialog stations that don't have station conflict are displaying it. This bug is reflected just with Flight Edit. |
Ticket | Linked | Function | Type | Subject |
MT-5434 | Legality | Bug | Legality worker problem - wrong periods |
Description | Release notes |
We found out that there is a problem in AvxLegalityWorker with calculation of data base data period and calulation period. The properties for lead in/out and calculation start/end properties from definitions are not taken into account correctly. |
Ticket | Linked | Function | Type | Subject |
MT-5418 | RAIDO Cloud (Web) | Bug | Updates are not reflecting in Hotel Wizard when changes were made in Published period |
Description | Release notes |
Hotel Wizard does not display the updates , if changes to the booking on gannt were made and saved in Published period The issue happens in Cloud in different cases, which are in sub-tasks for MT-4971 Steps to reproduce: (case from MT-5080 for example) - assigned an HTL activity - created a booking with status Unactioned/Modified/ReusedUnactioned - saved (with Revision in Published period) - opened Hotel Wizard - booking are not displayed in Bookings tab - on gannt, selected the HTL activity, right-clicked -> Cut - made Paste to another crew member - saved (in Published period) - opened Hotel Wizard - booking are not displayed in Bookings tab |
Ticket | Linked | Function | Type | Subject |
MT-5413 | RAIDO Cloud (Web) | Bug | Reinstate - Func - reinstate window disappears when picking different flights to rein |
Description | Release notes |
[^bandicam 2019-12-10 13-10-46-582.mp4] 1. Open Schedule 2. Cancel a pair of legs (for example SRR103, one flight with a couple of legs in) 3. Cancel one more leg with different flight number (for example SRR102) 4. Pick them (legs from step 2 and step 3) 5. Reinstate As a result, you can see that the reinstate window pops up and closes immediately after. But in EARTH we have this: [^bandicam 2019-12-10 13-16-02-582.mp4] We are able to open reinstate window and we see all legs in. Next we save and see only messages for first flight (SRR103) with corresponding stations and nothing for SRR102. [~accountid:5c1760d9dae8a34f82078323] pls advise. |
Ticket | Linked | Function | Type | Subject |
MT-5379 | SP-4539, | Bug | RostAct function doesn't work |
Description | Release notes | ||
User - Support Environment: [https://aua-test.cust.aviolinx.com/ | https://aua-test.cust.aviolinx.com/] 19.10-rc.2 [https://nvd-test.cust.aviolinx.com/ | https://nvd-test.cust.aviolinx.com/] 19.9.1 1. Select an activity 2. Press RostAct 3. Select an appropriate roster action group (I've checked settings, everything looks fine) 4. Press Apply 5. Error message appears The same is on NVD |
Ticket | Linked | Function | Type | Subject |
MT-5378 | MEXT-1234 | RAIDO Cloud (Web) | Bug | Operation windows use the same session object for operations |
Description | Release notes |
Operation window available fro schedule Gantt (Dep, Arr, AssignAdHoc event, Cancel, Divert, Load edit, Fuel edit and Activity info) use the same parameter to store data in session. As a side effect we have situation as follows: Open 19.9 or 19.10 environment with configured MVT messages: 1. Open schedule Gantt 2. Open Dep window and enter actual Dep values -> Save - check if MVT message is created for currently edited leg 3. Open Dep window for another flight, enter actual Dep values -> Save 4. Open Arr window for flight from step 2, enter actual or estimated Arr times, click Next and check MVT messages In my case - MVT message has been created for flight from point 3, because object from session from step 3 was not removed from memory. To avoid issue, we should use another session parameter for each operation window. |
Ticket | Linked | Function | Type | Subject |
MT-5375 | Bug | Saving a flight delay at Mesa caused duplicate entry in DB |
Description | Release notes |
During tech support duty Mesa Team reported performance issue in raido-uat.mesa-air.com when saving flight delay. There were no app server or DB server issues which could be the reason. At the time they reported it I found a bunch of errors however (please check attached log between 15;30 and 16:00. [~accountid:557058:5713f69a-771b-4cc1-9394-36ef51b51dcb] - FYI I assign it to Jonna, but since it's technical proglem - [~accountid:557058:22955483-6faf-4a5f-adbc-07d2efafe439], [~accountid:557058:94f08927-845b-4b6c-a2fa-6c7fb457e1de] - please take a look. [^Heimdal2019.12.05.log] There are pretty much two types of errors to consider: {quote} 2019-12-05 15:34:43,020 [69] ERROR - AVX_SCH_UpdateInsertDelays Violation of UNIQUE KEY constraint 'IX_SCH_CADL_DELAYS'. Cannot insert duplicate key in object 'dbo.SCH_CADL_DELAYS'. The duplicate key value is (950122). The statement has been terminated. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at Aviolinx.Util.Funx.DatabaseFunx.ExcecuteProcedureWithOpenConnection(IDbCommand com) in E:\TeamCity\buildAgent2\work\299b96010bfb8077\Dev\Src\General\GeneralUtil\AviolinxUtil\DatabaseFunx.cs:line 877 2019-12-05 15:35:41,982 [31] ERROR - AVX_SCH_InsertNewTime Cannot insert duplicate key row in object 'dbo.SCH_CATM_TIMES' with unique index 'IX_ACTVID_CTTYID'. The duplicate key value is (950122, 104). The statement has been terminated. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at Aviolinx.Util.Funx.DatabaseFunx.ExcecuteProcedureWithOpenConnection(IDbCommand com) in E:\TeamCity\buildAgent2\work\299b96010bfb8077\Dev\Src\General\GeneralUtil\AviolinxUtil\DatabaseFunx.cs:line 877 {quote} |
Ticket | Linked | Function | Type | Subject |
MT-5372 | MT-4051 | Task | WholeDay property of RefrenceActivity not picked up when defaultlength prop not filled |
Description | Release notes |
Address that in Snakes automation |
Ticket | Linked | Function | Type | Subject |
MT-5371 | , | RAIDO Earth | Bug | Flight Edit-GUI- Incorrect Error box for Config in filterSearch |
Description | Release notes |
Steps to reproduce: [^bandicam 2019-12-11 15-37-49-634.mp4] # Open Earth --> Schedule Gantt # Choose any Schedule flight and open Edit for it # Choose Type a/c in Filters # Move Type a/c to Empty |
Ticket | Linked | Function | Type | Subject |
MT-5351 | RAIDO Earth | Task | FlightEdit-GUI-FLT-Warn when trying to edit flights that have had flight ID change |
Description | Release notes |
Warn the user when they are trying to make changes to a flight that has already had FLT-message changes made. The leg list part of the dialog should also be disabled to indicate that it is not possible to make changes. |
Ticket | Linked | Function | Type | Subject |
MT-5349 | ,SP-4507 | RAIDO Earth | Bug | OS Forecast Import fails - raidotest - Version 19.8.3 |
Description | Release notes |
The size of the file is about the same as always, we had bigger ones before. The import of the same file works in Version 2.4.7. Preview of the file works and takes about 130 seconds, which is normal behaviour. The error message is shown after 30 seconds after clicking import. | Forecast data import fixes and improvements. Please check that SCH_PLFO_PAXLOADFORECAST stored procedure in ACTION=50 uses uppercase for columns instead of lowercase. |
Ticket | Linked | Function | Type | Subject |
MT-5345 | RAIDO Cloud (Web) | Bug | SAP 2 Way Trade: Errors from receivers side |
Description | Release notes |
SAP is open (next unpublished period is available) 2 Way Trade of 2 pairings for 1 pairing: FA LH 53425->FA LH 53829. The request was initiated but denied with some errors. |
Ticket | Linked | Function | Type | Subject |
MT-5344 | ,MT-5382 | RAIDO Cloud (Web) | Bug | Carry in pairing should not be selectable when submitting SAP requests |
Description | Release notes |
Example: DFW FA 53029, LH in the current and in the next month. SAP is open (next period unpublished is available)._ Note_: tried the same with the next period published too. Case: The current period has less than 30 credits but awarded by the scheduler. Drop of the pairing in next month to be below 30 credits -> expected to get the denied violation after SAP award (Autorostering) for less than 30 credits. * Pairing D51260 has been dropped * Run Autorostering for FA in January has been done * Process has not finished because an error occurred |
Ticket | Linked | Function | Type | Subject |
MT-5342 | ,, | RAIDO Earth | Task | Flight Edit-FUNC-FLT |
Description | Release notes |
FLT Flight data Here the user can select what flight data to change to. Prefix Dropdown with all the active airlines/suffixes in the system. It will default to the selected prefix in the flight load group. Flight number Text box input that only accepts digits from 1 to 9999. The default will be set to the flight number in the flight load group. Flight number should have a warning if it is empty and the apply button should be deactivated in that case(validation for the flight number field) Suffix Drop down with all the active suffixes in the system plus one empty to select no suffix. When pressing the apply button it will update the selected rows in the grid view with the selected flight data. After Pressing the OK button the data should be in the undo-redo list with new changes and in the message list. and the data should be checked after save too. This should be tested for 4 different things 1- Schedule messages 2- Slot messages 3- schedule save 4- Slot save | The Flight number textbox in FLT edit is red now if the input is not an integer or not a positive digit. you will have the warning in the text box and the apply button will be disabled. |
Ticket | Linked | Function | Type | Subject |
MT-5337 | Bug | Message sent to the user is wrong in SAP Awards |
Description | Release notes |
|
Ticket | Linked | Function | Type | Subject |
MT-5259 | MT-4395 | Fire | Bug | SAP Swap declined due incorrect warning about overlapping pairings |
Description | Release notes |
The wrong message about overlapping pairings is given during SAP award Steps to reproduce: - crew member has F3M6576 assigned in SAP period - log in to Fire as this crew member - go to OpenTime -> SAP Roster - make SAP request to swap his F3M6576 to F3M6456 and F3M6786 - run Auto-Rostering - swap declined due to F3M6456 and F3M6786 overlapping, but they are not |
Ticket | Linked | Function | Type | Subject |
MT-5112 | MT-4217,MT-5360, | RAIDO Earth | Bug | Conflicted station link not clickable when arrival station is outside of window |
Description | Release notes |
When you have conflicted stations within your window (zoom period) they can be clicked on. But once you zoom in so there is only one station visible, then it is impossible to click on a conflicted station/stations. |
Ticket | Linked | Function | Type | Subject |
MT-5091 | SP-3769 | Bug | Roster Revision dialog: Type column is not rendering any data. |
Description | Release notes | |
Logged in as Support user Removed Day off on 12AUG2019 for crew 1020. Pressed save. Columns Type and User have separate headers but they are merged and display only user data Pressed Revision button - the same situation It assumed that Type column shows if activities are new/edited/deleted Also tested it in unpublished roster, got the same result. Removed flight LM078 on 12NOV19 crew 1020 Environment: Cloud [https://log-test.cust.aviolinx.com/ | https://log-test.cust.aviolinx.com/] Version 19.8.2-rc.3 |
Ticket | Linked | Function | Type | Subject |
MT-4683 | Task | Create stored procedure GetFromDatabaseByMultipleHdocIds |
Description | Release notes |
A new stored procedure "GetFromDatabaseByMultipleHdocIds" should be created to avoid calling "GetFromDatabaseByHdocId" in a loop for a lot of documents. |
Ticket | Linked | Function | Type | Subject |
MT-4395 | RAIDO Cloud (Web) | Bug | SAP swap did not complete transaction on Roster/shedule as shown in the HR log |
Description | Release notes |
The below transaction was approved. However looking at the roster it now is only partially complete. Arrows shows the intended end result in the capture below. Is this testable, let me know as I can test it with the DB from the 18th (from pre SAP) when I get it in to SIL-test | Bug in SAP award corrected. Fixed setting up dbtype on asgcrewcomplemnt lost after changes done to save Fixed setting up Period on rosteracts lost after unindentified changes |
Ticket | Linked | Function | Type | Subject |
MEXT-1281 | Earth | Bug | Error during the Save operation |
Description | Release notes |
Environment - Mesa_UAT 19.9 User: Ruslan Per my best recollection... on Dec 4 I was testing ticket 849 by making changes on crewmember 53448 roster. Selected RES ref. activities 8DEC - 12DEC and deleted. Assigned pairings H21219, H21220, H21221 by selecting all three pairings and dragging onto the roster. Clicked Save. Received the unexpected error captured in the screenshot below. Expectation: no error. I haven't attempted to recreate the observed behavior. Logs attached. [^RaidoEarth2019.12.04.log] |
Ticket | Linked | Function | Type | Subject |
MEXT-1273 | Earth | Bug | Missing Pairing in Roster Gantt |
Description | Release notes |
Looking for a pairing that was modified has disappeared Brad marked sick on the last 3 legs of the paring then merged back together per ticket MEXT-1036. The pairing is gone FA 14864 Auletta Sue Pairing X51187 [^2019-12-03-09-44-04.mp4] | Fixed in 19.10 |
Ticket | Linked | Function | Type | Subject |
MEXT-1272 | MEXT-1261 | Earth | Bug | Save error after initiating a diversion on the flight (19.9) |
Description | Release notes |
Environment Mesa-UAT 19.9 YV6120 IAH AUS 02DEC was diverted to DAL upon save received an error below Logs are attached [^RaidoEarth2019.12.02.log] | Fixed database error when creating new legs using FR, RTR or DIV |
Ticket | Linked | Function | Type | Subject |
MEXT-1271 | Earth | Bug | Error Warning for colliding activities |
Description | Release notes |
When doing roster activities such as marking a crew memeber sick on certain flights. I receive an error message "colliding with another roster" Error rendering macro 'multimedia' : com.atlassian.renderer.v2.macro.MacroException: Cannot find attachment '2019-12-02-15-13-25.mp4' [^RaidoEarth2019.12.02.log] | Fixed in 19.10 |
Ticket | Linked | Function | Type | Subject |
MEXT-1270 | Earth | Bug | Double up of reserve-type ref activities after edit. |
Description | Release notes |
Environment - Mesa UAT 19.9 RES code was converted to another reserve ref. activity via actions. Following the save of the action code flip. The codes were adjusted each individually. Upon save, the ref. activities doubled up: the newly edited ref. activity and previous ref. activity. It appears that the following ref. activities exhibit this behavior: RSVP, RSVA, LCR, RSVAF, RSVSF The ref activity overlapping violation warning appears on: 1. Crewmember level 2. Activity level on roster Gantt 3. The Task list There are no warnings in the Check window Also, the video of steps and results [^19_9 RSVA Overlap 2019-12-02-13-07-03.mp4] | Fixed in 19.10. |
Ticket | Linked | Function | Type | Subject |
MEXT-1269 | Earth | Bug | Error on save after removal of a pairing from roster |
Description | Release notes |
Environment: Mesa UAT 19.9 After removal of a DFW pairing from a DFW FO's roster received an error after initiating "Save". Please see the attached video. [^2019-12-02-14-03-15.mp4] Logs are also attached | Fixed in 19.10 |
Ticket | Linked | Function | Type | Subject |
MEXT-1244 | Earth | Bug | CI/CO Time Reset |
Description | Release notes |
When Editing a Pairing or Crew Members check in time the times reset if picked up by another crew member. Steps Find a pairing Edit CI/CO Times Save Go To Fire Drop From A Crew Member Find a new crew member Pick Up Trip Times Are Reset Times are reset in Earth and Fire Tested in 19.8.2 | Corrected |
Ticket | Linked | Function | Type | Subject |
MEXT-1210 | Earth | Bug | Deletion of flight leg doesn't propagate through pairings and rosters |
Description | Release notes |
Environment - Mesa-UAT 19.7.2,; the same behavior was observed in ASH-TEST2 19.7.3 Pairing D5190/30SEP Deleting YV5936 - PHX BUR from the flight schedule The deletion doesn't propagate through pairings and rosters... Refresh and recalc were performed. | This has now been corrected |
Ticket | Linked | Function | Type | Subject |
MEXT-663 | MT-5147 | Fire | Task | Training Concept Fire- Instructors need to see trainee details |
Description | Release notes |
I would like the following information available in Fire: 1) The following items should ONLY be available to the instructors that are listed for the training event - Student Names - Student Employee Numbers - Student Phone Numbers - Training Statues for each student (this is the lessons) - Any notes the schedulers adds to the training event 2) The following items should ONLY be available to the students that are coming in for training, for their training session - Partner Name - Partner Employee Number - Training Statues for only themselves - Instructor Name | It is now posssible to view training sessions in Fire |
Ticket | Linked | Function | Type | Subject |
MEXT-604 | MEXT-1114,MT-4379,MEXT-384 | Task | Payroll-Capture detailed report of each crew schedule at time of Final Award/Publish Roster |
Description | Release notes |
We require a final award snapshot, not just for capturing the value of the final award for each crew, but so that we have the details on how the value was calculated. We must be able to see exactly what assignments each crew had at the time of the roster publish (including city pairs, eqp type/version, dep/arv times, etc.) and the pay credit associated with each activity. It needs the date for each activity and have totals at the bottom (individually only - do not need a grand total for the whole group). This report is in progress for individual crew and available through the Payroll print feature in Fire. We need this same report to generate for the full population (can be split into Rank/Base etc. for smaller files) to run each bid prior to open of Daily Open Time. Will need to save this somewhere - Admin person can do the save or possibly automate the save to a specified folder - TBD. This report is for Admin auditing and also for grievance research etc. It should page break between crew members so that it can be printed by individual crew if needed (one person) and be searchable. | Assigned Pairing Overview - custom Title and Footer for report. |
Ticket | Linked | Function | Type | Subject |
JSX-1 | JSX-12,JSX-3,JSX-4,JSX-5,JSX-6,JSX-7,JSX-8,JSX-9,JSX-10,JSX-11 | Epic | FAR 135.267 Flight time limitations and rest requirements |
Description | Release notes |
Flight time limitations and rest requirements for Flight Crew members: Scheduled operations. |
Ticket | Linked | Function | Type | Subject |
AUA-6 | SP-1291,SP-1151 | Story | Rights are being too restrictive |
Description | Release notes |
We have an issue with user rights and group affiliations. As an example I created a user Henrik in aua-test with the normal support password, affiliated to Administrators and LNZ. This will restrict me from producing an Overview Roster report for crew based in INN, as the usergroup LNZ have a restriction to the report, as shown below Normally, the least restrictive should be adhered to. This needs to be fixed soon. |