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: a1ea1766c5d3
Choose a base ref
...
head repository: mantisbt/mantisbt
compare: 0acb11b5b0dd
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Mar 27, 2013

  1. Config report: retrieval of saved project filter does not work

    When retrieving a saved filter from the cookie in adm_config_report.php
    the saved project id is not reflected in the filter's selection list:
    'All Projects' is always selected instead of the actual project. This
    value should only be picked as default when the project id does not
    exist.
    
    This is due to a missing negation in the check for project's existence.
    
    Fixes  #15691
    dregad committed Mar 27, 2013
    Copy the full SHA
    840b55f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0acb11b View commit details
    Browse the repository at this point in the history