Mark

Results 66 comments of Mark

There is another issue with the checkboxes. We can't save the changes in one attempt. Instead we need to check the parent item (all tenant selection) and then undo it...

@Fryguy I have one catalog where its template is deleted and I believe there is another catalog which still has the template but can't edit due to the error.

This seems to be affecting User portal. If I disable multi select then the dropdown seems to fine. Admin portal doesn't have this issue. ![image](https://user-images.githubusercontent.com/9666915/187291694-b0a72a42-abdf-452c-b31e-d5f4c30e8d6e.png)

If we try to get the value of multiselect dialog using $evm.root['dialog_hostname'] we get the value as `["[\"5163\"]"]` when the dropdown is initializing. Its like Array of strings instead of...

It can be reproduced using any multiselect dialog. You just create a multiselect dialog and use another dialog with inline method and try to get the value and you'll see...