| Summary | "share_owner" field too short in table "nag_shares" |
| Queue | Nag |
| Queue Version | 2.3.1 |
| Type | Bug |
| State | Duplicate |
| Priority | 2. Medium |
| Owners | |
| Requester | benoit.poulet (at) businessdecision (dot) com |
| Created | 11/28/2008 (6207 days ago) |
| Due | |
| Updated | 11/28/2008 (6207 days ago) |
| Assigned | |
| Resolved | 11/28/2008 (6207 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | Yes |
State ⇒ Duplicate
#6940Priority ⇒ 2. Medium
New Attachment: patch_nag.sql
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Nag
Summary ⇒ "share_owner" field too short in table "nag_shares"
Type ⇒ Bug
State ⇒ Unconfirmed
I have a horde-webmail solution in test.
User's logins are in form "lastname.firstname@domain.com"
User's were unable to see their task. The task list always remains empty
I finally find that the owner get his name truncated in the table
"nag_shares" because of the field "share_owner" who was too short :
varchar(32)
I tried changing his field to varchar(255) all seems ok now.
Patch attached.
Regards,
Benoit Poulet.