Werk #14917: Fix WebUI form submission

Component Setup
Title Fix WebUI form submission
Date Oct 10, 2022
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
2.2.0b1 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)
2.1.0p14 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk MSP (CME)
2.0.0p30 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk MSP (CME)

With Werk 13903 a new CSRF token was introduced. This token is added to all AJAX calls so the backend can validate this. Unfortunately it was forgotten to add this token to the Mobile UI as well. The missing token raised an error when submitting forms in the WebUI.

The token was added to the mobile UI.

To the list of all Werks