• I have over 100,000 users. During the import process, I am forced to wait while the user association system loads all my users… Since the dropdown loads ALL users it crashes the browser. Why not make this load VIA ajax when the user selects to associate to someone else? I cannot import due to this crashing every time.

    • This topic was modified 6 years, 6 months ago by SoN9ne.
    • This topic was modified 6 years, 6 months ago by SoN9ne.
    • This topic was modified 6 years, 6 months ago by SoN9ne.
Viewing 1 replies (of 1 total)
  • Thread Starter SoN9ne

    (@son9ne)

    If you do want to associate to someone but cannot use the drop down,you can use javascript to select for you:
    jQuery("select[name='user_map[0]']").val(1); // Where 1 is the user ID I want to associate

    • This reply was modified 6 years, 6 months ago by SoN9ne.
    • This reply was modified 6 years, 6 months ago by SoN9ne.
Viewing 1 replies (of 1 total)
  • The topic ‘Fix user association please’ is closed to new replies.