Fees/Fines (UXPROD-792)

[FOLIO-2215] fees/fines owner - POST API call ignores UUID in the request Created: 19/Aug/19  Updated: 29/Sep/22  Resolved: 22/Sep/22

Status: Closed
Project: FOLIO
Components: None
Affects versions: None
Fix versions: None
Parent: Fees/Fines

Type: Bug Priority: P3
Reporter: Michelle Suranofsky Assignee: Christian Cruz
Resolution: Cannot Reproduce Votes: 0
Labels: feesfines, keep-bug
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original estimate: Not Specified

Attachments: PNG File image-2022-09-21-23-01-38-042.png     PNG File image-2022-09-21-23-05-55-827.png     PNG File image-2022-09-21-23-09-15-158.png    
Issue links:
Defines
defines UXPROD-3786 UNAM Bug/Task Tickets for Nolana (R2 ... Closed
Sprint:
Development Team: UNAM
Epic Link: Fees/Fines

 Description   

to reproduce:
POST to http://localhost:9130/owners
body:
{
"owner": "LIBRARY",
"desc": "LIBRARY",
"id": "2c222765-5f66-4da2-9d7b-1152edeedc6f",
"servicePointOwner": [

{ "value": "79faacf1-4ba4-42c7-8b2a-566b259e4641", "label": "Linderman Front Desk" }

]
}
response
{
"owner" : "LIBRARY",
"desc" : "LIBRARY",
"servicePointOwner" : [

{ "value" : "79faacf1-4ba4-42c7-8b2a-566b259e4641", "label" : "Linderman Front Desk" }

],
"metadata" :

{ "createdDate" : "2019-08-19T15:51:15.376+0000", "createdByUserId" : "99999999-9999-9999-9999-999999999901", "updatedDate" : "2019-08-19T15:51:15.376+0000", "updatedByUserId" : "99999999-9999-9999-9999-999999999901" }

,
"id" : "2c222765-5f66-4da2-9d7b-1152edeedc6f"

response from subsequent GET: (the UUID from the post was not used)
http://localhost:9130/owners

{
"owner" : "LIBRARY",
"desc" : "LIBRARY",
"servicePointOwner" : [

{ "value" : "79faacf1-4ba4-42c7-8b2a-566b259e4641", "label" : "Linderman Front Desk" }

],
"metadata" :

{ "createdDate" : "2019-08-19T15:51:15.376+0000", "createdByUserId" : "99999999-9999-9999-9999-999999999901", "updatedDate" : "2019-08-19T15:51:15.376+0000", "updatedByUserId" : "99999999-9999-9999-9999-999999999901" }

,
"id" : "f8f76b14-4952-4f98-b08e-891eda520950"
}



 Comments   
Comment by Cate Boerema (Inactive) [ 18/May/20 ]

Holly Mistlebauer this looks like one for UNAM. Thanks!

Comment by Christian Cruz [ 22/Sep/22 ]

Holly Mistlebauer  I replicated the steps and it works correctly, it may have already been fixed.

Evidence:

  • Request POST

 

 

  • Request GET

 

As can be seen in the images, the UUID of the first request (POST) is the same as the second request (GET), so I consider that this issue has already been solved.

 

 

Generated at Thu Feb 08 23:19:03 UTC 2024 using Jira 1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d.