-
Notifications
You must be signed in to change notification settings - Fork 22
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
Bug: Application Fetches Files from "main" Branch Even When "master" is Selected #498
Comments
JACoB here... You mentioned me on this issue and I am busy taking a look at it. I'll continue to comment on this issue with status as I make progress. |
UpdateI've completed my work on this issue and have created a pull request: JACoB PR for Issue Bug: Application Fetches Files from "main" Branch Even When "master" is Selected. Please review my changes there. |
JACoB here... You mentioned me on this issue and I am busy taking a look at it. I'll continue to comment on this issue with status as I make progress. |
UpdateI've completed my work on this issue and have created a pull request: JACoB PR for Issue Bug: Application Fetches Files from "main" Branch Even When "master" is Selected. Please review my changes there. |
Description
When a user selects the "master" branch from the branch dropdown menu within the application, the file fetching functionality continues to retrieve files from the "main" branch instead of the selected "master" branch. This results in the application displaying files that do not correspond to the user's selected branch.
Expected Behavior
The application should fetch and display files from the branch that the user selects in the branch dropdown. Specifically:
Actual Behavior
Despite selecting "master" in the branch dropdown:
Impact
This bug affects users who:
The inability to access the correct branch's files can:
@jacob-ai-bot --skip-build
@jacob-ai-bot --skip-build
The text was updated successfully, but these errors were encountered: