-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VEGA-2260 Record updates in changes
table #minor
#98
Conversation
changes
table #minor
"address": { | ||
"line1": "79 Bury Rd", | ||
"town": "Hampton Lovett", | ||
"postcode": "WR9 2PF", | ||
"line1": "74 Cloob Close", | ||
"town": "Mahhhhhhhhhh", | ||
"country": "GB" | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This highlighted a bug: postcode should be required if country == GB. I've created a bug ticket for that.
Was there a reason to change this otherwise? Doesn't really matter, just interested.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gregtyler it was just that I created my own example JSON, then realised that there was already an example in the repo; so instead I just overwrote what was there with my newer and more correct version
This is so that we can log the subject recovered from the JWT.
This records the datetime when the update was applied.
ab0e022
to
c6f6c3d
Compare
No description provided.