Description of problem: It's impossible to get a meaningful view of distro tree activity entries because the column is truncated to 60 chars. Version-Release number of selected component (if applicable): 0.12 How reproducible: Always Steps to Reproduce: 1. Import a distro tree 2. 3. Actual results: The tree urls are not fully displayed in the activity log as they are almost always longer than 60 chars Expected results: Be able to see the complete URL Additional info:
The other case where this is a problem is power script failure messages. Those are also typically multiple lines which is not handled by the current UI.
*** Bug 1183144 has been marked as a duplicate of this bug. ***
For the power commands specifically, this will be fixed by just divorcing the command_queue table from the activity tables entirely: bug 1318524. Therefore this issue with the length of old_value and new_value no longer applies there. Converting the bug back to just being about distro tree activity, which still suffers this problem.