Skip Menu |

This queue is for tickets about the Catalyst-Plugin-AutoCRUD CPAN distribution.

Report information
The Basics
Id: 49262
Status: resolved
Priority: 0/
Queue: Catalyst-Plugin-AutoCRUD

People
Owner: OLIVER [...] cpan.org
Requestors: perl [...] rainboxx.de
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: Editing text columns should result in textarea
Columns defined as "character varying" (PostgreSQL) can contain line feeds which are ignored by C::P::AutoCRUD. Also you cannot enter line feeds becuase the column is display as textfield but should be a textarea. Opening and saving such a result set results in a column without line feeds. Not very nice ;-).
On So. 30. Aug. 2009, 17:21:49, MDIETRICH wrote: Show quoted text
> Columns defined as "character varying" (PostgreSQL)
I'm pretty sure this behaviour can also be viewed with MySQL and varchar columns.
On Sun Aug 30 17:21:49 2009, MDIETRICH wrote: Show quoted text
> Columns defined as "character varying" (PostgreSQL) can contain line > feeds which are ignored by C::P::AutoCRUD. Also you cannot enter line > feeds becuase the column is display as textfield
Thanks for the feedback/bug report :-) I've updated the plugin to use textarea instead of textfield for most fields, if there is a size set, which I expect you do. Following that, if it seems reliable, I'll make it the default for more data types such as "text" which do not necessarily have a size but still could use line breaks. I've just published version 0.49 to CPAN, please let me know how you get on. -- regards, oliver.