Skip to content
Snippets Groups Projects
  1. May 06, 2024
    • Wes Appler's avatar
      Visibility fixes for partners that are also applicants (#3893) · 3b513347
      Wes Appler authored
      Fixes #3892. This solution was a bit unruly (especially ugly after
      linting) but it seemed like the logical approach without refactoring the
      whole `visibility_for` to be a normal method rather than a class method.
      This fix evaluates if the partner/reviewer is the author of the source
      submission first before evaluating the their role. The reviewer role was
      also lumped in here because even though I know we advise against a
      reviewer also being an applicant, it still could happen without
      oversight.
      
      I tried to keep the code as clean as I could and reuse QuerySets, but
      let me know if y'all see any way I can optimize!
  2. May 04, 2024
  3. May 01, 2024
  4. Apr 30, 2024
    • Saurabh Kumar's avatar
      Fix alignment of text in the plain-text emails (#3903) · 587c6c7a
      Saurabh Kumar authored
      Due to djhtml the emails templates where formatted with indendation.
      That lead to alignment also being present in the plain-text emails.
      
      This was an unintentional behaviour that this PR fixes by adding {#
      fmt:off #} markers in the email templates so djhtml won't format them
      Unverified
      587c6c7a
  5. Apr 25, 2024
  6. Apr 23, 2024
  7. Apr 17, 2024
  8. Apr 12, 2024
  9. Apr 11, 2024
  10. Apr 04, 2024
  11. Apr 03, 2024
  12. Mar 30, 2024
  13. Mar 29, 2024
  14. Mar 27, 2024
  15. Mar 22, 2024
Loading