Project

General

Profile

Actions

Bug #2490

closed

J1.6.2 only: backend checkboxs failing

Added by krileon about 13 years ago. Updated almost 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
15 April 2011
Due date:
% Done:

100%

Estimated time:
3:00 h

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

admin.comprofiler.html.patch (16.6 KB) admin.comprofiler.html.patch krileon, 15 April 2011 21:44
cb.pagination.patch (1.42 KB) cb.pagination.patch krileon, 15 April 2011 21:44
cb12.patch (1.68 KB) cb12.patch krileon, 15 April 2011 21:44
view.users.patch (3.49 KB) view.users.patch krileon, 15 April 2011 21:44

Related issues 2 (0 open2 closed)

Related to CB - Bug #2658: Backend plugin enable/disable clicks on icon failing if a line before that one is checked-outClosedbeat17 July 2011

Actions
Blocks CB - Feature proposal #2619: Joomla 1.7 RC compatibilityClosedbeat05 July 2011

Actions
Actions #1

Updated by krileon about 13 years ago

  • Subject changed from J1.6: backend checkbos failing to J1.6: backend checkboxs failing
Actions #2

Updated by krileon about 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 about 13 years ago

Actions #4

Updated by beat almost 13 years ago

  • Subject changed from J1.6: backend checkboxs failing to J1.6.2 only: backend checkboxs failing
Actions #5

Updated by beat almost 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.

Actions #6

Updated by beat almost 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.

Actions #7

Updated by beat almost 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.

Actions #8

Updated by beat almost 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 .

Actions #9

Updated by beat almost 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
Actions #10

Updated by beat almost 13 years ago

  • Status changed from Assigned to Closed
  • % Done changed from 10 to 100
Actions

Also available in: Atom PDF