B2024-058-RevisionDate-field-Print-dialog #390

Merged
kruffing merged 5 commits from B2024-058-RevisionDate-field-Print-dialog into Development 2024-08-14 12:04:37 -04:00
Owner

B2024-058 Revision Date field Print dialog. Added validation to make sure a date is entered in the correct format.

B2024-058 Revision Date field Print dialog. Added validation to make sure a date is entered in the correct format.
plarsen self-assigned this 2024-08-13 14:08:24 -04:00
djankowski was assigned by plarsen 2024-08-13 14:08:24 -04:00
kruffing was assigned by plarsen 2024-08-13 14:08:24 -04:00
mvickers was assigned by plarsen 2024-08-13 14:08:24 -04:00
plarsen added 4 commits 2024-08-13 14:08:24 -04:00
plarsen requested review from kruffing 2024-08-13 14:08:33 -04:00
kruffing requested changes 2024-08-14 06:33:12 -04:00
Dismissed
kruffing left a comment
Owner

2 comments:

  1. add a comment for the bug/ccr from CSM for change
  2. not sure what tbxRevDate_Validating code is used for:
    private void txbRevDate_Validating(object sender, EventArgs e)
    {
    string x = "";
    x = "this is it";
    }
2 comments: 1) add a comment for the bug/ccr from CSM for change 2) not sure what tbxRevDate_Validating code is used for: private void txbRevDate_Validating(object sender, EventArgs e) { string x = ""; x = "this is it"; }
plarsen added 1 commit 2024-08-14 09:37:27 -04:00
kruffing approved these changes 2024-08-14 12:04:23 -04:00
kruffing left a comment
Owner

Code review completed successfully

Code review completed successfully
kruffing merged commit 4a6c0ba447 into Development 2024-08-14 12:04:37 -04:00
Member

Tested with version 2.2.2408.1412 and verified the "Invalid Format" message box displays if an invalid date is entered into the Rev Date field.

Tested with version 2.2.2408.1412 and verified the "Invalid Format" message box displays if an invalid date is entered into the Rev Date field.
Sign in to join this conversation.
No Reviewers
No Label
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Volian/SourceCode#390
No description provided.