[Tickets #14353] Re: Shared calendar are truncating Description tab (only shows up 256 characters)

noreply at bugs.horde.org noreply at bugs.horde.org
Fri May 6 13:18:02 UTC 2016


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: https://bugs.horde.org/ticket/14353
------------------------------------------------------------------------------
  Ticket             | 14353
  Updated By         | Michael Rubinsky <mrubinsk at horde.org>
  Summary            | Shared calendar are truncating Description tab (only
                     | shows up 256 characters)
  Queue              | Kronolith
  Version            | 4.2.11
  Type               | Bug
  State              | Feedback
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             | Michael Rubinsky, Horde Developers
------------------------------------------------------------------------------


Michael Rubinsky <mrubinsk at horde.org> (2016-05-06 13:18) wrote:


> We would appreciate that you could increase the 256 characters limit  
> on description tab in next versions.

This won't likely happen until Kronolith 5 / Horde 6. However, you can  
change the definition of the column on your own directly in MySQL to  
type 'text'.

Depending on what share backend you are using (SQL or SQL-NG), you  
would do something like this:

ALTER TABLE kronolith_sharesng MODIFY COLUMN attribute_desc text;

or
ALTER TABLE kronolith_shares MODIFY COLUMN attribute_desc text;





More information about the bugs mailing list