Skip to content
  • Paul-Christian Volkmer's avatar
    Fixed wrong handling of nonexisting feedback entries · 943d702e
    Paul-Christian Volkmer authored
    If some kinds of feedback values do not exist do not throw the exception
    NotFoundException. This only indicates, that these values should be '0'
    which is the default value.
    
    NotFoundException should only be thrown if the requested session of
    feedback does not exist.
    Every session has a feedback - sometimes with only 0 values.
    943d702e