Solved Password field in Agent and Customer Form
-
Hi,
How to show the password's field at Agent and Customer Form ? -
For Agent:
locate path in your project vendor->uvdesk->core-framework->Resources->views->Agent->updateSupportAgent.html.twig
open this file reach to this section https://github.com/uvdesk/core-framework/blob/master/Resources/views/Agents/updateSupportAgent.html.twig#L142-L160 and remove If and endif line in selected section(First and last line in selected section).
For Customer:
locate path in your project vendor->uvdesk->core-framework->Resources->views->Customers->updateSupportCustomer.html.twig
open this file reach to this section https://github.com/uvdesk/core-framework/blob/master/Resources/views/Customers/updateSupportCustomer.html.twig#L82-L100 and remove If and endif line in selected section(First and last line in selected section).