Ticket #7853 (closed defect (bug): fixed)

Opened 3 months ago

Last modified 3 months ago

Custom colums class was not setting

Reported by: ShaneF Assigned to: anonymous
Priority: lowest Milestone: 2.7
Component: Administration Version: 2.7
Severity: trivial Keywords: has-patch commit
Cc:

Description

Plugins that add their own columns to the display did not set the class correctly because the attributes where not being added to the <td> tag. This was making "Page Options" not work correctly if you went to remove those items from view.

Attachments

7853.1.diff (0.7 kB) - added by ShaneF on 10/09/08 02:02:20.

Change History

10/09/08 02:02:20 changed by ShaneF

  • attachment 7853.1.diff added.

10/09/08 02:39:52 changed by azaozz

  • status changed from new to closed.
  • resolution set to fixed.

(In [9108]) Page Options: fix hiding of custom columns added by plugins, props ShaneF, fixes #7853