You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@allura.apache.org by Dave Brondsema <br...@users.sf.net> on 2014/05/16 18:44:32 UTC

[allura:tickets] #7399 JS errors on ticket bulk edit prevent submission



---

** [tickets:#7399] JS errors on ticket bulk edit prevent submission**

**Status:** in-progress
**Milestone:** forge-may-30
**Created:** Fri May 16, 2014 04:44 PM UTC by Dave Brondsema
**Last Updated:** Fri May 16, 2014 04:44 PM UTC
**Owner:** Dave Brondsema

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.  

~~~~
::js
$('.ticket-filter select').multiselect({

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


---

Sent from sourceforge.net because dev@allura.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.

[allura:tickets] #7399 JS errors on ticket bulk edit prevent submission

Posted by Kenton Taylor <ke...@users.sf.net>.
- **status**: code-review --> validation
- **Comment**:

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



---

** [tickets:#7399] JS errors on ticket bulk edit prevent submission**

**Status:** validation
**Milestone:** forge-may-30
**Created:** Fri May 16, 2014 04:44 PM UTC by Dave Brondsema
**Last Updated:** Fri May 16, 2014 05:29 PM UTC
**Owner:** Dave Brondsema

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.  

~~~~
::js
$('.ticket-filter select').multiselect({

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


---

Sent from sourceforge.net because dev@allura.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.

[allura:tickets] #7399 JS errors on ticket bulk edit prevent submission

Posted by Dave Brondsema <br...@users.sf.net>.
- **status**: in-progress --> code-review
- **Comment**:

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.




---

** [tickets:#7399] JS errors on ticket bulk edit prevent submission**

**Status:** code-review
**Milestone:** forge-may-30
**Created:** Fri May 16, 2014 04:44 PM UTC by Dave Brondsema
**Last Updated:** Fri May 16, 2014 04:44 PM UTC
**Owner:** Dave Brondsema

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.  

~~~~
::js
$('.ticket-filter select').multiselect({

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


---

Sent from sourceforge.net because dev@allura.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.

[allura:tickets] #7399 JS errors on ticket bulk edit prevent submission

Posted by Dave Brondsema <br...@users.sf.net>.
- **status**: validation --> closed



---

** [tickets:#7399] JS errors on ticket bulk edit prevent submission**

**Status:** closed
**Milestone:** forge-may-30
**Created:** Fri May 16, 2014 04:44 PM UTC by Dave Brondsema
**Last Updated:** Mon May 19, 2014 04:42 PM UTC
**Owner:** Dave Brondsema

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.  

~~~~
::js
$('.ticket-filter select').multiselect({

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


---

Sent from sourceforge.net because dev@allura.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.