Skip to content

Check expiration issue#390

ego Agct requested to merge check-expiration-issue#390 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

(check-expiration-issue#390)

Related Issues

(Closes#390)

Description

(have type display as N/A in MoreInfo and ConfirmItem UI instead of null) @burdged We are ready to Merge

Steps to Test

(List the steps needed to test this merge request here using bullets, for ex:)

1.Scan an item (or enter the same UPC Barcode) for an item already in the database, click ENTER (This will show it in the ConfirmItem UI) 2.click confirm item 3.select a expiration date 4.click the More Info option (This will show it in the MoreInfo UI)

Relevant Screenshots

(Post any relevant screenshots here.)

Relevant Logs

(Paste any relevant logs here.)

Developer Notes

(List any notes you have about what you did here using bullets, for ex:)

  • If productSubtitle(field of NestUPC class)/type is null it will show in UI as null
  • getproductSubtitle only has 2 usages in the app which is in a settext for MoreInfo and Confirm Item UI.
Edited by ego Agct

Merge request reports