Bug #2490
closedJ1.6.2 only: backend checkboxs failing
Description
As of 1.6.2 backend checkboxs fail resulting in impossible to edit users, tabs, fields, etc...
isChecked is not defined
administrator/index.php?option=com_comprofiler&task=showusers&view=showusers/event/seq/401
Line 2
listItemTask is not defined
administrator/index.php?option=com_comprofiler&task=showusers&view=showusers/event/seq/401
Line 2
Files
Updated by krileon over 13 years ago
- Subject changed from J1.6: backend checkbos failing to J1.6: backend checkboxs failing
Updated by krileon over 13 years ago
Proposed quick fix as follows.
IN: admin.comprofiler.controller.php
ON: Line 56
ADD:
if ( checkJversion() == 2 ) {
JHtml::_( 'behavior.framework' );
}
This is not the recommend fix, CB will be using its own JS functions to replace CMS dependency. The above is a quick fix for users needing immediate usage.
Updated by krileon over 13 years ago
- File admin.comprofiler.html.patch admin.comprofiler.html.patch added
- File cb.pagination.patch cb.pagination.patch added
- File cb12.patch cb12.patch added
- File view.users.patch view.users.patch added
- Status changed from New to Resolved
- Assignee set to beat
- % Done changed from 0 to 100
Updated by beat over 13 years ago
- Subject changed from J1.6: backend checkboxs failing to J1.6.2 only: backend checkboxs failing
Updated by beat over 13 years ago
- Status changed from Resolved to Closed
- Target version set to CB 1.7
- Estimated time set to 3:00 h
r1482 fixes the backend compatibility implementing the patches as suggested (except the removal of the 1/2 sign which was not utf8+ascii compatible and anyway not used.
Updated by beat over 13 years ago
- Status changed from Closed to Assigned
- Assignee changed from beat to krileon
- Priority changed from Normal to Immediate
- % Done changed from 100 to 80
There is a regression with the enable/disable icons in Plugin management list in backend: they don't work anymore.
Updated by beat over 13 years ago
- Status changed from Assigned to Closed
- % Done changed from 80 to 100
Regression was probably due to javascript cache.
Beat > please check all toggles of all backend lists of CB
Kyle > all working fine
Great! Closing.
Updated by beat over 13 years ago
- Subject changed from J1.6.2 only: backend checkboxs failing to Backend plugin enable/disable clicks on icon failing if a line before that one is checked-out
- Status changed from Closed to Assigned
- Assignee changed from krileon to beat
- Priority changed from Immediate to Normal
- % Done changed from 100 to 10
Added the issue in separate bug #2658 .
Updated by beat over 13 years ago
- Subject changed from Backend plugin enable/disable clicks on icon failing if a line before that one is checked-out to J1.6.2 only: backend checkboxs failing
Updated by beat over 13 years ago
- Status changed from Assigned to Closed
- % Done changed from 10 to 100