#7399 JS errors on ticket bulk edit prevent submission

v1.2.0
closed
sf-1 (616)
General
nobody
2015-08-20
2014-05-16
No

Errors about multiselect and combobox not being defined on the following lines, cause __ticket_ids to not be injected into the bulk edit form submission. The user then gets a 500 error.

$('.ticket-filter select').multiselect({

$('select.project-user-combobox').combobox({

Discussion

  • Dave Brondsema

    Dave Brondsema - 2014-05-16

    allura:db/7399

    (Note, 2nd error was cascade effect from first)

    Review Instructions:

    • Edit production.ini and change build_key value and restart webserver. This will ensure you don't get any cached resources
    • Go to a ticket list and click on bulk edit icon. Make sure you don't get any JS errors. Submit the form successfully.
     
  • Dave Brondsema

    Dave Brondsema - 2014-05-16
    • status: in-progress --> code-review
     
  • Kenton Taylor - 2014-05-19
    • status: code-review --> validation
     
  • Kenton Taylor - 2014-05-19

    Looks good, although could not repro 500 on sandbox on master. Set to validation pending merge.

     
  • Dave Brondsema

    Dave Brondsema - 2014-05-19
    • status: validation --> closed
     
  • Dave Brondsema

    Dave Brondsema - 2015-01-05
    • Milestone: unreleased --> asf_release_1.2.0
     

Log in to post a comment.