Skip to content

Fixing incorrect year

Tyler Sizse requested to merge issue_230_incorrect_year into main

License and Copyright Notice

By submitting this issue or commenting on this issue, or contributing any content to this issue, you certify under the Developer Certificate of Origin that the content you post may be licensed under GPLv3 (for code) or CC-BY-SA 4.0 International (for non-code content).

Branch Name

issue_230_incorrect_year

Related Issues

Closes #230 (closed);

Dependencies

None

Description

When navigating backwards from DisplayTrueExpirationDate fragment, in SelectPrintedExpirationDateFragment the year will be reset to the year that was previously set by the user.

Steps to Test

  1. Go to the 'Check Expiration Date' feature within the app.
  2. Scan or enter a barcode.
  3. Fill in the required information if in SelectItemFragment, or press confirm if in ConfirmItemFragment.
  4. Press 'Accept'
  5. Select a random date but make sure to change the year. (Remember this date)
  6. Press 'Accept'
  7. Press the back button.

Make sure the year is set to year that was previously set by the user.

Relevant Screenshots

N/A

Relevant Logs

N/A

Developer Notes

None

LABELS

NEST component:check-expiration-date type::bug status::doing

Edited by Tyler Sizse

Merge request reports