Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting https://git.osmesh.ru/MOS/OpenBoard/commit/8ed2e2451dfb08000327e7a07e9a1f376ebda3d3?style=split&whitespace=ignore-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
The lines removed in this commit led to (presumably) unintended
behavior: when saving a document, pen strokes were saved not as a group,
but just as their constituent polygons.
This meant that the following block of code, that handles saving pen
strokes correctly, was never executed.
This doesn't fix the z-Value issue (#12
An error occurred
), but it seems to be a step in the right
direction.