Ticket #24567

SteinsChart:作業時間グラフが正しく表示されない

Date d'ouverture: 2011-03-01 00:08 Dernière mise à jour: 2011-03-01 18:46

Rapporteur:
Propriétaire:
Type:
État:
Atteints
Jalon:
(Aucun)
Priorité:
5 - moyen
Sévérité:
5 - moyen
Résolution:
Fixed
Fichier:
Aucun

Détails

作業時間のデータが登録されていない日があると、SteinsChartの作業時間グラフが正しく表示されない。

たとえば、

2/265時間
2/27データなし
2/28データなし
3/13時間

というデータだと、グラフ上では3/1ではなく2/27が3Hになる。

Ticket History (3/4 Histories)

2011-03-01 00:08 Updated by: iwata0303
  • New Ticket "SteinsChart:作業時間グラフが正しく表示されない" created
2011-03-01 00:10 Updated by: iwata0303
  • Details Updated
2011-03-01 06:31 Updated by: okamototk
  • Composant Update from (Aucun) to TracSteinsChartPlugin
2011-03-01 18:46 Updated by: okamototk
  • Résolution Update from Aucun to Fixed
  • État Update from Ouvert to Atteints
  • Ticket Close date is changed to 2011-03-01 18:46
Commentaire

ご報告ありがとうございます。

REV760にて修正しました。ご確認ください。なお、修正箇所は下記の通りです。

--- tracsteinschart/chart/web_ui.py     (リビジョン 759)
+++ tracsteinschart/chart/web_ui.py     (作業コピー)
@@ -320,7 +320,7 @@
                 self.log.info("time is too old.")
                 continue
 
-            if time > (basetime + 24*3600*1e+6):
+            while time > (basetime + 24*3600*1e+6):
                 basetime = basetime + 24*3600*1e+6
                 fmtdate = to_datetime(basetime).strftime('%Y/%#m/%d')
}}

Attachment File List

No attachments

Modifier

Please login to add comment to this ticket » Connexion