Achievo/ATK - Bugzilla – Bug 192
Text field for remark is too short - need multiline field
Last modified: 2004-07-13 23:57:54
You need to log in before you can comment on or make changes to this bug.
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.
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.
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.
Version cleanup.