Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mantisbt/mantisbt
base: 627aa07
Choose a base ref
...
head repository: mantisbt/mantisbt
compare: 052606d
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Apr 4, 2012

  1. Fix workflow transition to status reopened always checked

    In manage_config_workflow_page.php, the code was always showing the
    'reopened' states as checked regardless of the actual values stored in
    the database.
    
    This was due to storing the 'reopened' label within the array of values
    used to build the table to display, which consequently were always set.
    
    The code that initializes the labels has been removed from function
    parse_workflow(), and the logic is now handled directly in show_flag(),
    with globally initialized variables for better performance.
    
    Fixes #12129
    dregad committed Apr 4, 2012
    Copy the full SHA
    7e7ba3d View commit details
    Browse the repository at this point in the history
  2. Fix type check error in manage_config_workflow_page.php

    Strict type check in function check_selected() caused an error comparing
    false with the status level, so replaced with 0
    dregad committed Apr 4, 2012
    Copy the full SHA
    052606d View commit details
    Browse the repository at this point in the history