Migrated from Redmine #528 | Author: Dominic Ostiguy
Status: New | Priority: Immediate, there is BUG! | Created: 2020-05-07
Hi,
Where using the getUnitList method, if i use the following request:
{
"method": "getUnitList",
"params":[
false,
true
],
"jsonrpc": "2.0",
"id": 1
}
it only shows me the only “visible” service provider.
I have more than 90+ service provider, but the checkbox to show the service on the front-end is unchecked (not visible)
So clearly if they are all non-visible and i send “False” to the first parameter, i should see them all but that is not the case…
So i have no way to have a complete list of my service providers