Ticket #13134 (confirmed Bug)
plonetheme.sunburst includes CSS grid column names even when ajax_load is in request
Reported by: | seanupton | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 4.x |
Component: | Templates/CSS | Version: | 4.3 |
Keywords: | css, sunburst | Cc: | vangheem |
Description (last modified by seanupton) (diff)
plonetheme.sunburst.browser.sunburstview.SunburstView.getColumnsClasses() (on current HEAD on github, at the time of this writing) does not check for request.get('ajax_load', False) -- it should, and on encountering that should output classnames of "cell width-full position-0"
Change History
Note: See
TracTickets for help on using
tickets.
Modified description with correct/complete classname set.