View Issue Details

IDProjectCategoryView StatusLast Update
0005207SOGoWeb Generalpublic2020-11-09 16:36
Reporterrof Assigned Tofrancis  
PrioritynormalSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
Product Version5.0.1 
Fixed in Version5.1.0 
Summary0005207: disable desktop notification on print
Description

If I receive a desktop notification and want to print an e-mail, contact, etc. at the same time, the notification will also be printed.

Additional Information

We have disabled it using the following CSS (hopefully correctly?!), but it is better to have it directly in the code:
@media print {
md-toast {
display: none;
}
}

TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

sogo: master bc77536b

2020-11-06 21:28

francis


Details Diff
fix(print): don't print toasts

Fixes 0005207
Affected Issues
0005207
mod - UI/WebServerResources/scss/core/print.scss Diff File

Issue History

Date Modified Username Field Change
2020-11-09 14:21 rof New Issue
2020-11-09 16:36 francis Changeset attached => sogo master bc77536b
2020-11-09 16:36 francis Assigned To => francis
2020-11-09 16:36 francis Resolution open => fixed
2020-11-09 16:36 francis Status new => resolved
2020-11-09 16:36 francis Fixed in Version => 5.1.0