mcneilco / acas

http://mcneilco.com/acas.html
GNU General Public License v3.0
12 stars 5 forks source link

ACAS-769: Fix Bulkloader picklists by only using new type ahead when a url is provided to selection #1156

Closed brianbolt closed 7 months ago

brianbolt commented 7 months ago

Description

Related Issue

ACAS-769

How Has This Been Tested?

Using breakpoints verified that Protocol Endpoint manager picklists use the Ajax call and function properly. Using breakpoints verified that CmpdReg bulkloader whose collection is preemptively fetched and does not have a URL, does not try to issue additional Ajax calls and the select2 widget is populated and. works correctly.