Bug #632
Sparklines Don't Show in Article (fragment_cache) Typo 801
| Status : | New | Start : | ||
| Priority : | Normal | Due date : | ||
| Assigned to : | tobi - | % Done : | 0% |
|
| Category : | frontend | |||
| Target version : | - | |||
| Resolution : |
Description
The sparklines don't show in the articles. In the edit article, they would show for the first change and then disappeared.
components\plugins\textfilters\sparklines_controller.rb
Disable fragment_cache (temporary fix)
line 67
#if(not fragment_cache)
fragment_cache = Sparklines.plot(ary,params)
write_fragment(fragmentname,fragment_cache)
#end
After fragment_cache is disabled, the sparklines work OK.
Typo 801 Rails 1.0 Running under Instant Rails on Windows.
