You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you change an item name that has been used in requests, and then run request export, you get a 500. Fix that.
Why?
Makes the request export useless. Needful for annual reporting at least.
Details
To see this:
As [email protected]
Change the name of an item that has been used in a request
Run the request export
Desired effect:
Export works without a nasty 500 kind of error
Criteria for completion
export works after item name is changed
tests to confirm
Further note:
ItemRequest and RequestItem are very similar but not the same thing. We have another issue in the queue to be written up about reconciling them. You might not want to go down that rabbit hole.
The text was updated successfully, but these errors were encountered:
What is the desired behavior here if the name of an item changes. Should the request export show the item name at the time the request was made, or should it show the new name? Or a combination of the two?
Summary
If you change an item name that has been used in requests, and then run request export, you get a 500. Fix that.
Why?
Makes the request export useless. Needful for annual reporting at least.
Details
To see this:
As [email protected]
Change the name of an item that has been used in a request
Run the request export
Desired effect:
Export works without a nasty 500 kind of error
Criteria for completion
Further note:
ItemRequest and RequestItem are very similar but not the same thing. We have another issue in the queue to be written up about reconciling them. You might not want to go down that rabbit hole.
The text was updated successfully, but these errors were encountered: