Skip to content
  1. Apr 29, 2024
  2. Apr 27, 2024
    • Lukas Krause's avatar
      Do not call `link_to_reportable` if reportable does not exist · e7a4140e
      Lukas Krause authored
      We call the `link_to_reportables` helper on the report show view.
      This throws an `nil` exception when the reportable is deleted,
      since the `reportable_type` gets nullified as well.
      `link_to_reportable` works in on the email notification since the
      `reportable_type` is still available from the event payload, but
      we cannot retrieve it from the report record.
      
      Fixes #16062
      e7a4140e
  3. Apr 26, 2024
  4. Apr 25, 2024
  5. Apr 24, 2024
    • Lukas Krause's avatar
      Use patchinfo from target package for accepted requests · e0d3afc3
      Lukas Krause authored
      The source project for maintenance release requests gets
      deleted in many cases after it is accepted. Therefore we
      have to fetch the patchinfo from the target in those cases.
      We also should handle the case of a removed source and target
      to prevent nil exceptions.
      
      Fixes #16030
      e0d3afc3