In IRC, greggles pointed out that the drop-down to select which view to embed for various things (user list, admin user list, etc) gets pretty unwieldy if the view descriptions are long. It's a theme function that controls this, anyway, but we could make the default theme_signup_settings_view_label() a little more UI-friendly.

Comments

dww’s picture

Status: Active » Needs review
StatusFileSize
new656 bytes
dww’s picture

Now with drupal_strlen() instead of just strlen()...

yoroy’s picture

Now we'll never get people to write short and sweet descriptions! ;-)

But good idea, using just the names of the views is not enough, so trimming the description is a nice gesture.

dww’s picture

Status: Needs review » Fixed

Committed to HEAD and D6--1. Backported to D5--2 and committed there, too.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.