Bug #2490
closed
J1.6.2 only: backend checkboxs failing
Added by krileon over 13 years ago.
Updated over 13 years ago.
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
- Subject changed from J1.6: backend checkbos failing to J1.6: backend checkboxs failing
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.
- Subject changed from J1.6: backend checkboxs failing to J1.6.2 only: backend checkboxs failing
- 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.
- 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.
- 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.
- 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 .
- 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
- Status changed from Assigned to Closed
- % Done changed from 10 to 100
Also available in: Atom
PDF