Question
When there are multiple persons to notify in an action, the persons are joined with a single comma (no spaces). The resulting HTML tables suffer from sub-optimal formatting because the browser only wraps fields when it sees a space.
Environment
--
JoaquimBaptista - 06 Feb 2004
Answer
I attach a patch that seems to solve the issue for me. Basically it joins people using ", " instead of ",", and tolerates extra spaces when matching.
- diff.txt: Adds a space and tolerates spaces
--
JoaquimBaptista - 06 Feb 2004
Crafword incorporated the patch with some fixes,
ActionTrackerPluginDev
--
PeterThoeny - 08 Feb 2004