Modify ↓
Opened 4 years ago
Closed 4 years ago
#13863 closed defect (fixed)
Multiselect JavaScript Invalid Slice
Reported by: | anonymous | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | MultiSelectFieldPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.4 |
Description
While debugging ticketvalidation
plugin I noticed some JavaScript warnings from multiselectfieldplugin
as well. I just added a check and now seems to not complain. I'm not very familiar with JavaScript, so YMMV.
See attached patch.
Attachments (1)
Change History (4)
Changed 4 years ago by
Attachment: | multiselectfield_js_name_patch.patch added |
---|
comment:1 Changed 4 years ago by
Owner: | set to Ryan J Ollos |
---|---|
Status: | new → accepted |
comment:3 Changed 4 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
Patch to eliminate problem when name attribute isn't found.