Dynamic field disable using JS not working

Moderator: crythias

Locked
GMunjal
Znuny advanced
Posts: 108
Joined: 23 Oct 2013, 09:17
Znuny Version: 3.3.0 beta 2
Real Name: Gaurav Munjal
Company: Nagarro

Dynamic field disable using JS not working

Post by GMunjal »

Hi,

We implement OTRS and on new ticket creation we add JS code to disable some of dynamic fields which is working fine.
but whenever we change any of the dropdown on the page, ajax calls occurs and all other dynamic fields which were disabled are get enabled.

We try to add code/function to disable all the fields again on each ajax call, but still all the fields are enable.

Do anyone has any idea for this issue.

Thanks in advance.
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: Dynamic field disable using JS not working

Post by reneeb »

You should add more details! How does your code look like? If you post a proble here, you should post as many details as you can so that others can reproduce your problem on their environment.
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Locked