Changeset 366


Ignore:
Timestamp:
06/07/18 16:55:58 (6 years ago)
Author:
martijk
Message:

fixed incorrect rendering when no tickets are specified

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/debian/changelog

    r364 r366  
     1pbs-python (4.6.5-1) UNRELEASED; urgency=low
     2
     3  [ Martijn Kruiten ]
     4  * fix incorrect rendering when no tickets are specified
     5
     6 -- Martijn Kruiten <martijn.kruiten@surfsara.nl>  Thu, 07 Jun 2018 16:53:00 +0200
     7
    18pbs-python (4.6.4-1) UNRELEASED; urgency=medium
    29
  • trunk/examples/sara_nodes.py.in

    r365 r366  
    325325            if w_ticket > 0 and line['ticket'].strip():
    326326                show_line_fields.append([w_ticket,'#' + line['ticket']])
    327             else:
    328                 show_line_fields.append([w_ticket,''])
    329327            show_line_fields.append([w_note,line['note']])
    330328
  • trunk/release.json

    r365 r366  
    11{
    2   "version": "4.6.4",
    3   "changes": "Use system Python instead of environment Python",
     2  "version": "4.6.5",
     3  "changes": "fixed incorrect rendering when no tickets are specified",
    44  "state": "stable",
    55  "scope": "bug fixes",
    6   "download": "ftp://ftp.surfsara.nl/pub/outgoing/pbs_python-4.6.4.tar.gz"
     6  "download": "ftp://ftp.surfsara.nl/pub/outgoing/pbs_python-4.6.5.tar.gz"
    77}
Note: See TracChangeset for help on using the changeset viewer.