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
Note how in all three cases, the operation (PostVersionedFiles was the same), however, in the first case, both createUserName and lastModifiedUserName were my email (pan261@purdue.edu), in the second case, both of the fields were my name (Kevin Pan), and in the third case, createUserName was my name and lastModifiedUserName was my email.
This should not be a problem as this field is only used to identify users, and there are no breaking changes, so I can't think of any issues we might run into as of now.
The text was updated successfully, but these errors were encountered:
Two hooks, same operations, can return different values for
createUserName
andlastModifiedUserName
.From the logs, here are some examples:
Example 1
Example 2
Example 3
Note how in all three cases, the operation (
PostVersionedFiles
was the same), however, in the first case, bothcreateUserName
andlastModifiedUserName
were my email (pan261@purdue.edu), in the second case, both of the fields were my name (Kevin Pan), and in the third case,createUserName
was my name andlastModifiedUserName
was my email.This should not be a problem as this field is only used to identify users, and there are no breaking changes, so I can't think of any issues we might run into as of now.
The text was updated successfully, but these errors were encountered: