View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0022184 | mantisbt | sub-projects | public | 2017-01-12 10:56 | 2017-01-24 15:57 |
| Reporter | joachimcarrein | Assigned To | dregad | ||
| Priority | normal | Severity | feature | Reproducibility | N/A |
| Status | closed | Resolution | duplicate | ||
| Product Version | 2.0.0 | ||||
| Summary | 0022184: Filter field for Projects | ||||
| Description | It would be convenient to have an possibility to search / filter for projects. In our setup, we have a sub-project per customer. Which means a lot of projects. My (dirty) fix allows typing part of the "project", which sets the display style value of the list. If only 1 is remaining, it "clicks" the list item. | ||||
| Additional Information | I'm not a PHP developer, so I only created a dirty fix for this: core/layout_api.php: after
the < ul > was given an extra id tag:
the custom.js is as follows:
| ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
|
added the changes in a word document, since the layout here screws my changes over |
|
|
@joachimcarrein Can you attach a screenshot? |
|
I made some adjustments to the additional description so it renders correctly. @joel can you please have a look (checkout the revisions http://www.mantisbt.org/bugs/bug_revision_view_page.php?bug_id=22184), if this is something caused by the markdown plugin, and if so see if you can fix it. |
|
|
This is how it looks. Didn't get the positioning quite right though |
|