Commit 6b6b1d1b authored by Alexandre Delanoë's avatar Alexandre Delanoë

Merge remote-tracking branch 'origin/561-dev-document-date' into dev-merge

parents 65510858 5e158649
...@@ -95,7 +95,7 @@ documentUpload nId doc = do ...@@ -95,7 +95,7 @@ documentUpload nId doc = do
(theFullDate, (year, month, day)) <- liftBase $ dateSplit EN (theFullDate, (year, month, day)) <- liftBase $ dateSplit EN
$ Just $ Just
$ view du_date doc <> "T:0:0:0" $ view du_date doc
let hd = HyperdataDocument { _hd_bdd = Nothing let hd = HyperdataDocument { _hd_bdd = Nothing
, _hd_doi = Nothing , _hd_doi = Nothing
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment