Community
Participate
Working Groups
- open git log on a file - select two files - type error in the console and the link in the "More" menu does not work I found this while working on bug 341540. For a moment I thought I'd broken it, but I just checked on orionhub.org and it's broken in M1. See bug 341540 comment 8. We need to change the implementation of this command so that it does not need to use a deferred.
The error in the non-built Orion is TypeError: secondArg is undefined (undefined="null")gitCommands.js (line 755) So hopefully we can fix this in a way that won't require a remote request anymore.
Compare works again. Fixed with 1fd4eaadc63ada353a81c2ba906484d8a21068d3. (In reply to comment #1) > So hopefully we can fix this in a way that won't require a remote request > anymore. The only way now to get URI for diff between two commits is to make an extra POST call. I raised a separate bug 377182 discussing another way to create the URI.