Skip to content

Commit

Permalink
0004121: [filters] Filters saved while "All Projects" is the active p…
Browse files Browse the repository at this point in the history
…roject

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2762 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
narcissus committed Jul 26, 2004
1 parent 2bd65eb commit 6328053
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/ChangeLog
Expand Up @@ -10,6 +10,7 @@ Mantis ChangeLog
- 0004073: [filters] Edit filter page now too wide. 'Apply filter' button is drawn off screen (narcissus)
- 0004093: [filters] Custom field values are a larger type size in view_all_bug_page (narcissus)
- 0004108: [filters] "Use Date Filters" in advanced filters (narcissus)
- 0004121: [filters] Filters saved while "All Projects" is the active project (narcissus)
- 0004150: [filters] Custom field names are not localised in filters (vboctor)
- 0004122: [relationships] Upgrade script seems to swap the duplicate relationship (masc)
- 0004083: [sponsorships] Users without email address must not be able to sponsor issues (thraxisp)
Expand Down
2 changes: 1 addition & 1 deletion query_store_page.php
Expand Up @@ -54,7 +54,7 @@
print '<br />';
}
?>
<input type="checkbox" name="all_projects" value="on">
<input type="checkbox" name="all_projects" value="on" <?php check_checked( ALL_PROJECTS == helper_get_current_project() ) ?> >
<?php print lang_get( 'all_projects' ); ?><br /><br />
<input type="submit" class="button" value="<?php print lang_get( 'save_query' ); ?>">
</form>
Expand Down

0 comments on commit 6328053

Please sign in to comment.