Details
Description
To reproduce:
- Visit Settings > Company > Look and Feel > Customize
- Try to upload pdf as the logo
- See that it succeeds
To resolve, update app/controllers/admin_company_lookandfeel.php around line 461 from:
$mime_types = Configure::get('Blesta.allowed_mime_types');
To
Configure::load('mime');
$mime_types = Configure::get('Blesta.allowed_mime_types');
Activity
| Field | Original Value | New Value |
|---|---|---|
| Rank | Ranked higher |
| Sprint | 5.2.0 Sprint 3 [ 140 ] |
| Rank | Ranked lower |
| Rank | Ranked higher |
| Assignee | Jonathan Reissmueller [ jonathan ] |
| Status | Open [ 1 ] | In Progress [ 3 ] |
| Status | In Progress [ 3 ] | In Review [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Remaining Estimate | 0 minutes [ 0 ] | |
| Time Spent | 6 minutes [ 360 ] | |
| Worklog Id | 15214 [ 15214 ] |
| Status | In Review [ 5 ] | Closed [ 6 ] |