C2023-017: Added logic to filter the format list when selecting a format to be applied to a section #126
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "C2023-017"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This update consists of the attached database script first being executed against the database for the plant being tested.
The attached script performs multiple database updates as follows:
Once the script has been executed and database has been updated PROMS will use these values to filter the list of formats in the dropdown list. Because of the way that PROMS stores the selected format, if a plant uses a format that is no longer available to them after this update, the previously-selected format will continue to be used unless the user selects a different format and saves it.
NOTE
The generic update statements from the attached script that need applied to the all customer databases have been included in the PROMSFixes.sql file in the repository. When building a release and sending it to the customer, the only portion of the script that needs to be modified and executed against their database is the first update statement section which updates the CONFIG value of the Folders table. This will need done for the initial release of this code to each customer.
Code and the attached SQL script (attached to the Git check-in) looks good for generating test executable
Kathy,
I think the code looks good for proceed onto the testing phase.
if your review is good than please do the Create merge commit.
~ John
The code that gets the list of formats for a particular plant that was added to frmProcedureProperties.cs also needs to be added to other forms that get this list, i.e. frmSectionProperties.cs, frmVersionProperties.cs and frmFolderProperties.cs
Previous recommendation to add plant format list to all dialogs that have the format list has been done. The code has been successfully reviewed.
Changes look good.
PromsFixes changes have been reviewed successfully.
This tested successfully.