Defect #20663
closedupgrade redmine 2.3 to 3.1 - filters
Added by stephane pham about 9 years ago. Updated 10 months ago.
0%
Description
Hi,
I upgrade redmine 3.1 from 2.3.
Display filters disappeared, i can filter by clicking on my custom reports but no filters.
See attachment
Best regards,
Files
redmine1.png (4.56 KB) redmine1.png | stephane pham, 2015-09-02 18:18 | ||
redmine2.png (4.09 KB) redmine2.png | stephane pham, 2015-09-02 18:18 |
Updated by Toshi MARUYAMA about 9 years ago
- Category deleted (
Database) - Status changed from New to Needs feedback
See Submissions.
Updated by Lukasz Gromanowski about 9 years ago
stephane pham wrote:
Hi,
I upgrade redmine 3.1 from 2.3.
Display filters disappeared, i can filter by clicking on my custom reports but no filters.See attachment
Best regards,
Hi,
I have the same issue after upgrading from r13333 to r14540.
Environment: Redmine version 3.1.0.devel.14540 Ruby version 2.1.5-p273 (2014-11-13) [x86_64-freebsd10.1] Rails version 4.2.4 Environment production Database adapter Mysql2 SCM: Subversion 1.8.14 Mercurial 3.5 Bazaar 2.6.0 Git 2.4.6 Filesystem Redmine plugins: redmine_blocks_layout 0.0.2 redmine_github_hook 0.2.0
Updated by stephane pham about 9 years ago
Hi,
I'am on debian 8 with SQL SERVER 2012.
Updated by Lukasz Gromanowski about 9 years ago
@Devs: This issue is in "Needs feedback" state - what additional information would you need?
Updated by Lukasz Gromanowski about 9 years ago
Toshi MARUYAMA wrote:
Try without plugins.
I've removed both plugins (github hook and blocks layout) and unfortunately problem is still visible.
Updated by Toshi MARUYAMA about 9 years ago
- Category set to Issues
- Status changed from Needs feedback to New
Updated by Lukasz Gromanowski about 9 years ago
Toshi MARUYAMA wrote:
What browser do you use?
I tried it on Firefox 40.0.3, but one of our users tried it on different browsers and the issue is visible on Chrome and Opera too: https://forum.openmw.org/viewtopic.php?f=10&t=3055 (our bugtracker is here: https://bugs.openmw.org/ )
Updated by stephane pham about 9 years ago
My filters are not display.
Someone ?
Updated by Lukasz Gromanowski about 9 years ago
stephane pham wrote:
My filters are not display.
Someone ?
Hi,
I switched back to my old backup of Redmine and I have used svn switch to v2.6.7 tag:
svn switch http://svn.redmine.org/redmine/tags/2.6.7
and then I was doing step by step svn switch from v3.0.0 tag through v3.1.1 with Redmine update procedure after each svn switch and it seems that filters are working. I think there is some incorrect commit in trunk which is missing in tags, so doing svn up to the latest trunk from some old version can cause broken filters.
Updated by Claudio Previtali almost 9 years ago
I was it by the same problem trying to update from 2.5.3 to 2.6.9 .
I've also tried to update to some other minor version in the 2.6 branch (2.6.7 and 2.6.0) but the problem persisted.
The only working solution for me was revert to previous version, then filter start working again.
I've also tried to watch if it was some pluging/theme problem, but even after disabling all additional element no filter is showed in issues page.
From a very brief look ad the generated html it seems that the entire filter table is missing, and inside the row there is only the only the add filter dropdown.