Bug #9923
add description column to content view versions
Description
When publishing a new cv version a description may be entered but is not visible in the table
Related issues
Associated revisions
History
#1
Updated by The Foreman Bot about 8 years ago
- Status changed from Assigned to Ready For Testing
- Target version set to 68
- Pull request https://github.com/Katello/katello/pull/5148 added
- Pull request deleted (
)
#2
Updated by Eric Helms almost 8 years ago
- Triaged changed from No to Yes
#3
Updated by Eric Helms almost 8 years ago
- Target version deleted (
68)
#4
Updated by Thomas McKay almost 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|59acd64d33a9784cbab52bddf73c2adc0fce78ec.
#5
Updated by Bryan Kearney about 7 years ago
- Category set to Web UI
#6
Updated by Bryan Kearney about 7 years ago
- Category changed from Web UI to Content Views
#7
Updated by David Davis about 7 years ago
- Has duplicate Bug #7611: In the content view version table, there is a column for Author but it's blank added
fixes #9923 - replaced Author column with Description in cv versions
Description is now ellipsis.
Tried to use 'title' attribute but it is not formated well (center aligned instead of left aligned). Googling yielded several different suggestions for replacing the title but none worked. Chose instead to fix the details page for the version where the full descripion is now properly visible.