Vote #76702
未完了upgrade redmine 2.3 to 3.1 - filters
0%
説明
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,
journals
See [[Submissions]].
--------------------------------------------------------------------------------
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.
<pre>
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
</pre>
--------------------------------------------------------------------------------
Hi,
I'am on debian 8 with SQL SERVER 2012.
--------------------------------------------------------------------------------
@Devs: This issue is in "Needs feedback" state - what additional information would you need?
--------------------------------------------------------------------------------
Try without plugins.
--------------------------------------------------------------------------------
Toshi MARUYAMA wrote:
> Try without plugins.
I've removed both plugins (github hook and blocks layout) and unfortunately problem is still visible.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
What browser do you use?
--------------------------------------------------------------------------------
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/ )
--------------------------------------------------------------------------------
UP ? :=)
--------------------------------------------------------------------------------
My filters are not display.
Someone ?
--------------------------------------------------------------------------------
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:
<pre>
svn switch http://svn.redmine.org/redmine/tags/2.6.7
</pre>
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.
--------------------------------------------------------------------------------
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.
--------------------------------------------------------------------------------