fix PDF exporter correspondence time control and opening ECO code

anand
Thibault Duplessis 2016-03-04 13:32:09 +07:00
parent c01bb875c4
commit 4d1bae1bb4
3 changed files with 3 additions and 2 deletions

2
.gitmodules vendored
View File

@ -9,7 +9,7 @@
url = https://github.com/clarkerubber/Staunton-Pieces
[submodule "submodules/pdfexporter"]
path = submodules/pdfexporter
url = https://github.com/clarkerubber/lichessPDFExporter
url = https://github.com/ornicar/lichessPDFExporter
[submodule "submodules/boardcreator"]
path = submodules/boardcreator
url = https://github.com/clarkerubber/board-creator

View File

@ -145,6 +145,7 @@ private[api] final class GameApi(
"totalTime" -> clock.estimateTotalTime
)
},
"daysPerTurn" -> g.daysPerTurn,
"players" -> JsObject(g.players.zipWithIndex map {
case (p, i) => p.color.name -> Json.obj(
"userId" -> p.userId,

@ -1 +1 @@
Subproject commit e377f941a97beea4bd23f23637bfa468a8fa1d17
Subproject commit feebd5f55616b2015d45ab1c9fdab7f756ee845b