Opened 11 years ago

Closed 11 years ago

#169 closed defect (fixed)

sorting (by node) does not work on web

Reported by: ramonb Owned by: sil
Priority: normal Milestone: 1.1.1
Component: web Version: 1.1
Keywords: Cc:
Estimated Number of Hours:

Description (last modified by ramonb)

Thanks to Craig West for discovering this:

Clicking the nodes column header should set descending/ascending sorting based upon hostname.

This does not seem to work (correctly).

Change History (9)

comment:1 Changed 11 years ago by ramonb

  • Component changed from general to web
  • Milestone set to 1.1.1

comment:2 Changed 11 years ago by ramonb

  • Description modified (diff)

comment:3 Changed 11 years ago by ramonb

  • Owner changed from somebody to ramonb
  • Status changed from new to assigned

comment:4 Changed 11 years ago by ramonb

  • Owner changed from ramonb to sil
  • Status changed from assigned to new

comment:5 Changed 11 years ago by sil

Trying to figure out what's happening, when sorting ascending/descending. Can't get the logic behind this behavior.

A thing I noticed is that the amount of showed jobs is decreased when sorting (ascending) on runningtime.

comment:6 Changed 11 years ago by ramonb

In 931:

job_monarch/templates/overview.tpl:

  • renamed nodes field to: hosts

job_monarch/overview.php:

  • added sortby hosts
  • see #169

comment:7 Changed 11 years ago by ramonb

  • Resolution set to fixed
  • Status changed from new to closed

Sil and I figured out that sortby hosts was never properly implemented. Now it is.

comment:8 Changed 11 years ago by ramonb

  • Resolution fixed deleted
  • Status changed from closed to reopened

committed in wrong branch; patch reverted in changeset r933

comment:9 Changed 11 years ago by ramonb

  • Resolution set to fixed
  • Status changed from reopened to closed

In 934:

job_monarch/templates/overview.tpl:

  • renamed nodes field to: hosts

job_monarch/overview.php:

  • added sortby hosts
  • closes #169
Note: See TracTickets for help on using tickets.