Hello,
I want to hide the assignedUser globally by a condition, however, I can see the code but since it's something not declared as a custom file, I cannot find an approach to accomplish my requirements, specifically I want to remove the assignedUser field if the user is not an admin, I see the code how it works by being cached at "client/src/helpers/list/settings.js" but I do not know how to extend it so I can apply my own custom code
I want to hide the assignedUser globally by a condition, however, I can see the code but since it's something not declared as a custom file, I cannot find an approach to accomplish my requirements, specifically I want to remove the assignedUser field if the user is not an admin, I see the code how it works by being cached at "client/src/helpers/list/settings.js" but I do not know how to extend it so I can apply my own custom code
Comment