#4964 closed defect (bug) (fixed)
Moving a profile field field between groups produces JS error
Reported by: | johnjamesjacoby | Owned by: | johnjamesjacoby |
---|---|---|---|
Milestone: | 1.7.1 | Priority: | high |
Severity: | major | Version: | |
Component: | Extended Profile | Keywords: | has-patch |
Cc: |
Description
When trying to drag and drop an XProfile field from one Profile Group to another, a JS error occurs and prevents the field from being moved.
This is because jQuery UI's 'select' method was deprecated in jQuery UI 1.10. Read more here:
http://jqueryui.com/upgrade-guide/1.9/#deprecated-select-method
Attached patch fixes the issue. It's also the only instance where this occurs, though I haven't yet audited all of our JS for any other deprecation issues.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
In 6961: