Multiple choice variable is not showing unselected choice and radio button when non-admin users check on the catalog taskIssue Variables allow you to specify questions for a catalog item. The issue is when non-admin users are accessing the task, then the multiple-choice variable is not showing the unselected choice. Steps to reproduce: Open any task which has the multiple choice variable with admin access.Now impersonate the affected user i.e user without admin role.Reload the task form where the variable is not showing choices in radio button format. Please check the affected and non-affected screenshots: CauseIt is expected behavior when any user does not have write access to the variables. In this issue, there is a custom ACL where the write access is provided only to users who are part of the assignment group and have the catalog_admin role.ResolutionAdd the catalog_admin role to the user for resolving the issue in the above test case. If the constraints are different, then need to make sure write access is provided.