Actions
Bug #2800
closedJ1.7: Field order fails to save
Description
Field order can't be changed due to fatal JS error as follows.
Error: submitform is not defined
administrator/index.php?option=com_comprofiler&task=showField
Line: 109
https://www.joomlapolis.com/forum/153-professional-member-support/177952-cannot-save-field-order
Files
Updated by krileon about 13 years ago
The arrows do work, but the Save button to do mass order change does not.
Updated by krileon about 13 years ago
- File 2800-pt1.patch added
- File 2800-pt2.patch added
- File 2800-pt3.patch added
- File 2800-pt4.patch added
- Status changed from New to Resolved
- Assignee set to beat
- Target version set to CB 1.7.1
- % Done changed from 0 to 100
Updated by krileon about 13 years ago
Function is too generic and is just a router to a more specific function, removing its usage because it conflicts with tinyMCE.
Actions
#8
Updated by krileon about 13 years ago
- File 2800-pt1.patch 2800-pt1.patch added
- File 2800-pt2.patch 2800-pt2.patch added
- File 2800-pt3.patch 2800-pt3.patch added
- File 2800-pt4.patch 2800-pt4.patch added
Fixed to use "cbsubmitform" instead of "submitform".
Updated by beat about 13 years ago
- Status changed from Resolved to Closed
- Estimated time set to 1:00 h
Fixed in r1584 as suggested.
Thanks Kyle.
Actions