Skip to content

Read vtr property while reading and writing ServiceProviderRequest#9993

Merged
jmhooper merged 1 commit intomainfrom
jmhooper-write-vtr-to-sp-request
Feb 5, 2024
Merged

Read vtr property while reading and writing ServiceProviderRequest#9993
jmhooper merged 1 commit intomainfrom
jmhooper-write-vtr-to-sp-request

Conversation

@jmhooper
Copy link
Contributor

In #9991 the vtr property is added to the ServiceProviderRequest. Since the vtr property is introduced there it is unsafe to create a ServiceProviderRequest record with vtr during a deploy since some instances may have code that is unaware of the vtr property and will result in an ArgumentError when creating a ServiceProviderRequest

Once the changes in #9991 are deployed it should be safe to create records with the vtr property. This commit does that in the ServiceProviderRequestProxy.

This should not be merged until the changes in #9991 are merged and deployed all the way through production.

@jmhooper jmhooper force-pushed the jmhooper-write-vtr-to-sp-request branch from 007e827 to 6f96e22 Compare January 29, 2024 19:53
Base automatically changed from jmhooper-add-vtr-to-service-provider-request to main January 29, 2024 20:29
@jmhooper jmhooper force-pushed the jmhooper-write-vtr-to-sp-request branch 2 times, most recently from 3b747cb to a00798f Compare January 30, 2024 20:04
In #9991 the `vtr` property is added to the `ServiceProviderRequest`. Since the `vtr` property is introduced there it is unsafe to create a `ServiceProviderRequest` record with `vtr` during a deploy since some instances may have code that is unaware of the `vtr` property and will result in an `ArgumentError` when creating a `ServiceProviderRequest`

Once the changes in #9991 are deployed it should be safe to create records with the `vtr` property. This commit does that in the `ServiceProviderRequestProxy`.

[skip changelog]
@jmhooper jmhooper force-pushed the jmhooper-write-vtr-to-sp-request branch from a00798f to e03acc8 Compare February 5, 2024 16:36
@jmhooper jmhooper merged commit b75b9ca into main Feb 5, 2024
@jmhooper jmhooper deleted the jmhooper-write-vtr-to-sp-request branch February 5, 2024 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants