Mark The Spot
Mark The Spot
Just add this to your assets/javascripts/application.js at it will fix this: ``` jQuery(function ($) { $(document).on('nested:fieldRemoved', function (event) { $('[required]', event.field).removeAttr('required'); }); }); ```
Thanks for the response! After I sent that message of I did just that....for several files... and thought I got it _almost_ to work! but then this ./script/room_server.pl -r -f...
Thanks for the tip Pavel, but I am not sure where to find this module or call to it in this project. I assume that this would be in catalist?...
Hi! I had a bit of trouble gettting this thing to work myself. LDAP isn't the most popular way to log in but once you get it going it looks...