Closed mnquintana closed 9 years ago
http://www.alfajango.com/blog/rails-prototype-to-jquery/
Okay so it looks like we're doing an AJAX form submit for the LDAP form with the old Prototype method... for no reason. Why is it an AJAX submit? It's an app config wizard - there is absolutely no reason why it couldn't just be a normal page load.
@shippy you should check with STC management, but I think the consensus was that this feature hasn't worked for years and no one really wants it.
Overridden by #350
If you choose to configure LDAP in the first-run app config, then once you proceed past step 2 (naming your department), the app raises this error:
@dgoerger and I discovered that the observe_form method was provided by prototype and has been deprecated since Rails 2.3.8
Apparently the rails_upgrade plugin missed a lot of stuff (and so did we).