Développement #38847
dataviz: crash sur un tableau de pourcentage avec des valeurs nulles
Start date:
08 January 2020
Due date:
% Done:
0%
Estimated time:
Patch proposed:
Yes
Planning:
No
Description
Là où bijoe affiche N/A et envoie des None dans l'attribut 'data' du JSON représentant la visu, combo dit :
File "/home/vdeniaud/src/combo/combo/apps/dataviz/models.py", line 302, in <lambda> percent_formatter = lambda x: '{:.1f}%'.format(x) TypeError: unsupported format string passed to NoneType.__format__
Files
History
Updated by Valentin Deniaud almost 5 years ago
- File 0001-dataviz-handle-empty-percentage-value-38847.patch 0001-dataviz-handle-empty-percentage-value-38847.patch added
- Status changed from Nouveau to Solution proposée
- Patch proposed changed from No to Yes
Updated by Thomas Noël (congés → 5 décembre) almost 5 years ago
- Status changed from Solution proposée to Solution validée
Updated by Valentin Deniaud almost 5 years ago
- Status changed from Solution validée to Rejeté
Au profit d'une correction côté bijoe, #38913.