Forum OpenACS Development: CSV header row blank

Collapse
Posted by Michael Cordova on
On OpenACS 5.4 CSV lists missed the header row, well, better said, it's blank.

I made the bug #3150 and uploaded a patch, in order not to touch directly the acs-core.

Collapse
2: Re: CSV header row blank (response to 1)
Posted by Michael Cordova on
I'm getting a "checkbox" field on CSV header, due to bulk actions, that I have hidden adding something like that...

if { $cvs_p } {
  set bulk_actions ""
} else {
  set bulk_actions "bla.bla..."
}

But... makes sense to add some knowledge to write_csv function in order to never show that checkbox?

Collapse
3: Re: CSV header row blank (response to 1)
Posted by Emmanuelle Raffenne on
Hi Miguel,

Thanks for the patch. I've applied it on HEAD.