An error occurred while retrieving approval data for this merge request.
The is a code in place that tried to recover too old dSMs by making them visible in the UI, which then told the user that the dSM needs to be updated.
This code no longer worked, because attempts were made to ask more data from the dSM which kept failing due to bus api errors.
To work around this problem, just tell the system that this is a dSM11 but don't try to talk to it any further. This is enough to make it visible in the dSS and thus make it show up in the UI too.
implements #13949
Activity
-1
dSMProperties_get_apartment_state() has been introduced in dsm-api commit 1e60262c38a1ec5692b01c5206e295f619148e5a, this is in the R1.8 branch. I would suggest to add a API-Version check before doing this call.
Edited by Michael Trossmentioned in merge request !338 (merged)
Please register or sign in to reply