Dependency Graph
View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0015964 | mantisbt | filters | public | 2013-06-03 11:24 | 2013-06-13 16:53 | 
| Reporter | luis_compegps | Assigned To | atrol | ||
| Priority | normal | Severity | minor | Reproducibility | always | 
| Status | closed | Resolution | no change required | ||
| Platform | linux | OS | debian 6 64 bit | ||
| Product Version | 1.2.15 | ||||
| Summary | 0015964: Select all in view list is not working | ||||
| Description | If you try to move,copy, etc all issues from view issues, and you click "select all" is not working. Now you have to select 1 by 1, and then you can move, copy, target version... | ||||
| Tags | No tags attached. | ||||
| JavaScript must be enabled for this functionality. | |
| Yes, javascript is enabled | |
| I check some problems with javascript: ailed to load resource: the server responded with a status of 403 (Forbidden) /javascript/min/common.js I see permisssions problems in my server! I'll have a look | |
| I see the problem, my hosting, is disabling to access to folder javascript/. | |
| My hosting, is an ISPCONFIG 3. I don't know if i can disable this javascript/ folder without breaking things in ISPCONFIG. I adopted another solution, rename folder "javascript" to "js" And change de source code of mantis. plugins/MantisGraph/pages/bug_graph_page.php:            echo '<link rel="stylesheet" type="text/css" href="', helper_mantis_url( 'javascript/min/jscalendar/calendar-blue.css' ), '">' . "\n"; to this: plugins/MantisGraph/pages/bug_graph_page.php:            echo '<link rel="stylesheet" type="text/css" href="', helper_mantis_url( 'js/min/jscalendar/calendar-blue.css' ), '">' . "\n"; | |
| so the bugs and strange things now are working. Issue solved | |
 related to
					related to				 child of
					child of				 duplicate of
					duplicate of				