Skip to content

[server] Ensure the version of Weboob is returned to the client as a string, even if it is null.

Antoine requested to merge ZeHiro/kresus:fix-settings into master

Context : With !1131 (merged) I introduced a regression: the code would raise if version is null (ie. Weboob is not installed), as null.toString() does not exist. This MR fixes this.

Merge request reports