systemli / userli

Web application to (self-) manage email users and encrypt their mailboxes.
https://systemli.github.io/userli/
GNU Affero General Public License v3.0
65 stars 13 forks source link

Fix Filters in AliasAdmin #525

Closed 0x46616c6b closed 10 months ago

0x46616c6b commented 10 months ago

I noticed that the filter "deleted" is broken. Additionally, some of the other filters are more complex than necessary. Therefore, I simplified them a bit.

codecov[bot] commented 10 months ago

Codecov Report

Attention: 6 lines in your changes are missing coverage. Please review.

Comparison is base (14851c6) 37.81% compared to head (4a41309) 37.91%.

Files Patch % Lines
src/Admin/AliasAdmin.php 0.00% 6 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #525 +/- ## ============================================ + Coverage 37.81% 37.91% +0.10% Complexity 1119 1119 ============================================ Files 181 181 Lines 4448 4436 -12 ============================================ Hits 1682 1682 + Misses 2766 2754 -12 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.