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
{{ message }}
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.
I reviewed a patch with comments and it was updated to address them, but the UI still says "You reviewed with comments". I assume the change were pushed as a rebase (git push -f)
After some debugging, it looks like pushedDate is null. Not really sure I understand why since that seems to be the one we care about. I think maybe the commit was amended and hence why the authoredDate is quite far in the past. The only value that appears to work in this particular case seems to be commitedDate - I'm not quite convinced we always want to be using this instead though.
The Problem
I reviewed a patch with comments and it was updated to address them, but the UI still says "You reviewed with comments". I assume the change were pushed as a rebase (
git push -f
)Expected Behavior
Expected to see "1 new commit"
Links to Relevant PR's / Issues
PolymerLabs/arcs#1263
The text was updated successfully, but these errors were encountered: