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

Feature: More helpful QA errors-only page #957

Open
citizenrich opened this issue Sep 18, 2024 · 1 comment
Open

Feature: More helpful QA errors-only page #957

citizenrich opened this issue Sep 18, 2024 · 1 comment
Assignees
Labels
Approved Change has been reviewed and accepted and can now be applied to the templates bug Something isn't working

Comments

@citizenrich
Copy link

Right now the report qa.min.html shows all information, warnings, and errors. When troubleshooting a large number of build errors it would be helpful if the 'See Errors Only' actually only showed errors, rather than nearly all the same information as the full qa report.

@grahamegrieve
Copy link
Contributor

so I thought that the view only shows errors; that's how I wrote it and how it's described. But unaccountably, the code says:

for (ValidationMessage vm : uniqueErrors) {
      if (vm.getLevel() != IssueSeverity.INFORMATION) {
        return true;
      }
    }

Apparently I wrote it like that, but it should just be errors, not errors and warnings

@lmckenzi lmckenzi added bug Something isn't working Approved Change has been reviewed and accepted and can now be applied to the templates labels Oct 1, 2024
@lmckenzi lmckenzi moved this from Inbox to To do in IG Publisher issue board Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Approved Change has been reviewed and accepted and can now be applied to the templates bug Something isn't working
Projects
Development

No branches or pull requests

3 participants