tbellembois / gochimitheque

Open source chemical product management application written in Golang.
GNU General Public License v3.0
4 stars 3 forks source link

UI bug : incorrect date #47

Closed gallak closed 4 years ago

gallak commented 4 years ago

When editing a product on storage view, we didn't see any date ( entry date, exit date ..) image

But when we export id we saw the date (until we didn't save it in UI)à

Thoses product has been imported from 0.3 version.

Is there a date conversion issue when importing ?

CSV dump form Postgres was like : "2014-07-03 09:15:53"

When export from v2 : it's like :

creation_date modification_date entry_date
14 May 20 14:18 +0200 10 Jun 20 11:35 +0200 12 Feb 18 14:49 UTC
gallak commented 4 years ago

maybe its not a bug because we see the correct dqte whe clickling in the "+" sign like : image

anyway, in the previous version when we edit an product we saw this initial value.

tbellembois commented 4 years ago

Is this reproducible ?

gallak commented 4 years ago

import done twice, same effect, no previous date inside form

tbellembois commented 4 years ago

Could you please send me in private your whole V1 export files ?