Traveler 8.5 – “Wipe device” not available?

I’ve installed Traveler 8.5 and wanted to use the “wipe device” action. All I get is this message

wipe2

I looked into the code of the “Wipe device” shared action in LotusTraveler.nsf. In line 103 I found this code:

If (Isempty(wipeSupported) Or "1" <> wipeSupported(0)) Then
confirmMsg = Strleft(NOWIPETEXT, "%0") + deviceName(0) + Strright(NOWIPETEXT, "%0")

Then I looked into the wipeSupported field of  the “Device” form.

wipe3

With a Default value of “0” the code to wipe the device is never executed.  So I tried to wipe the device by sending the signal via the server console:

tell traveler security addFlags wipeDevice IMEI:3518xxxxxxxxxxx CN=Ulrich Krause/O=singultus

The command is executed without errors and after the next sync, the device is no longer allowed to access the server. But the client and all data are still available

Seems that the function is not yet implemented properly. Or did I miss something??