Details
Assignee
UnassignedUnassignedReporter
(OLD ACCOUNT) Erin Nettifee(OLD ACCOUNT) Erin NettifeeTester Assignee
Dennis BridgesDennis BridgesPriority
P3Development Team
ThunderjetTestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Unassigned
UnassignedReporter
(OLD ACCOUNT) Erin Nettifee
(OLD ACCOUNT) Erin NettifeeTester Assignee
Dennis Bridges
Dennis BridgesPriority
Development Team
Thunderjet
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created October 31, 2019 at 7:14 PM
Updated June 13, 2023 at 5:05 PM
Overview:
Tenant addresses can have the same name. Given that this value is used in drop-down menus in orders, uniqueness should be enforced. At a minimum it may look like error behavior if uniqueness is not enforced.
Scenarios
Scenario
Given user is creating addresses in tenant settings
When user adds a name that is identical to an existing address name
Then system displays a validation error
Error message: "This address name is already in use."
Adapted from the reported bug below:
Environment: folio-snapshot
Login: diku_admin/admin
1. Go to Settings --> Tenant.
2. Open Addresses.
3. Add and save an address with the name "Test Library".
4. Click New.
5. Add and save a second address with the name "Test Library."
Expected behavior: FOLIO tells me the address name must be unique.
Actual behavior: The address saves with the duplicate name.