| Openbravo Issue Tracking System - Openbravo ERP | 
| View Issue Details | 
| 
 | 
| ID | Project | Category | View Status | Date Submitted | Last Update | 
| 0041068 | Openbravo ERP | A. Platform | public | 2019-06-11 10:45 | 2019-06-17 12:13 | 
| 
 | 
| Reporter | alostale |  | 
| Assigned To | alostale |  | 
| Priority | normal | Severity | minor | Reproducibility | have not tried | 
| Status | closed | Resolution | fixed |  | 
| Platform |  | OS | 5 | OS Version |  | 
| Product Version |  |  | 
| Target Version |  | Fixed in Version | 3.0PR19Q3 |  | 
| Merge Request Status |  | 
| Review Assigned To | caristu | 
| OBNetwork customer | No | 
| Web browser |  | 
| Modules | Core | 
| Support ticket |  | 
| Regression level |  | 
| Regression date |  | 
| Regression introduced in release |  | 
| Regression introduced by commit |  | 
| Triggers an Emergency Pack | No | 
| 
 | 
| Summary | 0041068: incorrect CSS minification: repeated parameters are removed | 
| Description | In CSS minification repeated parameters are removed even they are necessary. | 
| Steps To Reproduce | The following CSS: 
 
.testElement { grid-template-columns: 1fr 1fr 1fr; }
 gets minified to:
 
 
.testElement{grid-template-columns:1fr}
 But this is not correct as the 3 repeated values should be kept.
 | 
| Proposed Solution |  | 
| Additional Information |  | 
| Tags | No tags attached. | 
| Relationships | | related to | defect | 0041060 |  | closed | alostale | incorrect CSS minification: elements are incorrectly case lowered | 
 | 
| Attached Files |  | 
| 
 | 
| Issue History | 
| Date Modified | Username | Field | Change | 
| 2019-06-11 10:45 | alostale | New Issue |  | 
| 2019-06-11 10:45 | alostale | Assigned To | => platform | 
| 2019-06-11 10:45 | alostale | OBNetwork customer | => No | 
| 2019-06-11 10:45 | alostale | Modules | => Core | 
| 2019-06-11 10:45 | alostale | Triggers an Emergency Pack | => No | 
| 2019-06-11 10:46 | alostale | Relationship added | related to 0041060 | 
| 2019-06-11 10:46 | alostale | Assigned To | platform => alostale | 
| 2019-06-11 10:46 | alostale | Review Assigned To | => caristu | 
| 2019-06-11 10:56 | hgbot | Checkin |  | 
| 2019-06-11 10:56 | hgbot | Note Added: 0112572 |  | 
| 2019-06-11 10:56 | hgbot | Status | new => resolved | 
| 2019-06-11 10:56 | hgbot | Resolution | open => fixed | 
| 2019-06-11 10:56 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/2548df988fe829bb199d4d139da930308f66683b [^] | 
| 2019-06-11 15:26 | hudsonbot | Checkin |  | 
| 2019-06-11 15:26 | hudsonbot | Note Added: 0112581 |  | 
| 2019-06-17 12:13 | caristu | Note Added: 0112813 |  | 
| 2019-06-17 12:13 | caristu | Status | resolved => closed | 
| 2019-06-17 12:13 | caristu | Fixed in Version | => 3.0PR19Q3 |