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

Fixed "report an error" button not working #524

Merged
merged 1 commit into from
Mar 1, 2023
Merged

Fixed "report an error" button not working #524

merged 1 commit into from
Mar 1, 2023

Conversation

Arfs6
Copy link
Contributor

@Arfs6 Arfs6 commented Feb 25, 2023

Fixed the error when a user click the "report an error" button in the help menu it doesn't work.
Modified two files:

  1. application.py: Changed the report_bugs_url. previous url not working, displaying page not found. Changed it to https://github.com/MCV-Software/TWBlue/issues
  2. controller/mainController.py: Added report_error method. It redirects the user to the above link. Next, connected the ui to the method.
    Issue: Pressing on report an error does not work #520

@manuelcortez manuelcortez merged commit 866da84 into MCV-Software:next-gen Mar 1, 2023
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.

2 participants