Split from #652518: Rework User Interface to Provide more Context for Users:

Review table headers in Storm lists. Ensure that titles are present, and only click sortable if logical to do so.

CommentFileSizeAuthor
#2 pm-views-consistency.patch17.27 KBjuliangb

Comments

juliangb’s picture

Project: Storm » Drupal PM (Project Management)
Version: 6.x-1.x-dev » 7.x-1.x-dev
Component: Miscellaneous » Code

We should do this check once all views have been set up.

juliangb’s picture

Status: Active » Needs review
StatusFileSize
new17.27 KB

Here's a patch that neatens up the views that have gone in so far, and also tackles some of the consistency issues that were in the D6 version (i.e., which columns were sortable, headers, etc).

A note about how easy changes like these now are for non-developers: All of these changes were made in the Views UI, then exported - no coding other than copy/paste required!

juliangb’s picture

Status: Needs review » Fixed

Committed.

Status: Fixed » Closed (fixed)

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

  • Commit a08edb6 on 7.x-1.x, 7.x-2.x by juliangb:
    Issue #671172 by juliangb | Magnity: Ensure table headers are logical...