Skip to content

Fixes

Marcus Oskarsson requested to merge gh-4e185320/220/mxcube/fixes into master

Created by: bolmsten

The big change in this PR is the parsing of values from task forms, before all values were sent as strings something the server could not handle directly. Now I check all values submitted and if they are not in the stringlist I cast them to number.

This is a bit of a hassle but as javascript is not strongly typed we get this problem here.

Other additions include CSS and that I now clear the queue on login as we not have session sync implemented .

Merge request reports