Git Product home page Git Product logo

Comments (3)

jensl avatar jensl commented on August 29, 2024

I would guess the fact that they're missing from the main review page is simply a caching issue. Have you tried force-reloading the page, or similar? (That's known to be a problem sometimes, whereas I can't think of any mechanism that would hide submitted issues.)

from critic.

Zitrax avatar Zitrax commented on August 29, 2024

I debugged this a bit and it turned out that the user who submitted this was new and had not set his email. Thus this was a user without an entry in the useremails table.

And the code that displays all issues on a review is joining on that table, thus no issues from that user were shown. Setting up his email caused the issues to appear.

So it seems this had nothing to do with the fact that they were submitted on a closed review.

Maybe the join could be changed to not exclude such users, or users could be forced to set an email address.

from critic.

jensl avatar jensl commented on August 29, 2024

Ah, cool. Thanks for investigating this!

Having an email address is supposed to be optional, so the correct solution ought to be to fix the join.

from critic.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.