Skip to content
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

Fix commit diff view #432

Merged
merged 6 commits into from
Jul 16, 2024
Merged

Fix commit diff view #432

merged 6 commits into from
Jul 16, 2024

Conversation

isc-hwojnick
Copy link
Contributor

Fixes #430

@isc-hwojnick isc-hwojnick requested a review from isc-pbarton July 15, 2024 19:49
@@ -1302,6 +1302,7 @@ webui.DiffView = function(sideBySide, hunkSelectionAllowed, parent, stashedCommi
}
webui.git("ls-files \""+file+"\"", function(path){
self.gitFile = "\"" + file + "\"";
console.log(self.gitFile);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rm

@isc-hwojnick isc-hwojnick requested a review from isc-pbarton July 16, 2024 18:31
@isc-hwojnick isc-hwojnick merged commit d2d96a1 into main Jul 16, 2024
2 checks passed
@isc-hwojnick isc-hwojnick deleted the fix-commit-diff-view branch July 16, 2024 18:45
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.

Web UI diff view non-functional/blank and error generated
2 participants