| Summary | "share_owner" field too short in table "mnemo_shares" |
| Queue | Mnemo |
| Queue Version | 2.2.1 |
| Type | Bug |
| State | Duplicate |
| Priority | 1. Low |
| Owners | |
| Requester | benoit.poulet (at) businessdecision (dot) com |
| Created | 11/28/2008 (6187 days ago) |
| Due | |
| Updated | 11/28/2008 (6187 days ago) |
| Assigned | |
| Resolved | 11/28/2008 (6187 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | Yes |
State ⇒ Duplicate
#6940Priority ⇒ 1. Low
New Attachment: patch_mnemo.sql
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Mnemo
Summary ⇒ "share_owner" field too short in table "mnemo_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 notes. The note list always remains empty
I finally find that the owner get his name truncated in the table
"mnemo_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.