Bug 192 - Text field for remark is too short - need multiline field
: Text field for remark is too short - need multiline field
Status: RESOLVED FIXED
: Achievo
Time Registration
: 1.0.4
: All All
: P4 enhancement
Assigned To:
:
:
:
:
  Show dependency treegraph
 
Reported: 2003-10-15 10:05 by
Modified: 2004-07-13 23:57 (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2003-10-15 10:05:49
Our customer want detailed descriptions about activities.


To accomplish this we applied minor changes to our achievo 0.9.4.




This included change the field length of the mysql database (not necessary with 
1.0rc2 since this already has data type text for this field) and the change of 
the form field for remark.
------- Comment #1 From 2003-10-15 11:47:24 -------
In rc2, you can change the field to multiline by changing
modules/timereg/class.hours.inc, and look up the remark field.

There, change 'atkAttribute' to 'atkTextAttribute', and put the following line
in the top of class.hours.inc:

useattrib("atktextattribute");

I'll make this a configuration option some time in the future.
------- Comment #2 From 2004-07-10 10:48:11 -------
I've added $config_timereg_remark_lines to the config file, so the number of
lines is now configurable. Will be in the next release.
------- Comment #3 From 2004-07-13 23:57:54 -------
Version cleanup.