Project

General

Profile

How to remove a non-public custom query?

Added by Nicola Bernardini over 12 years ago

Hello,

we are currently using redmine 1.2.1 (sqlite) with Apache2 and mod_passenger on a linux 2.6.32-25-server #45-Ubuntu SMP box. Here is the script/about:

mobile-nicb:.../trunk$ sshc RAILS_ENV=production /var/www/redmine/sme-ccppd/script/about
About your application's environment
Ruby version              1.8.7 (x86_64-linux)
RubyGems version          1.3.5
Rack version              1.1
Rails version             2.3.11
Active Record version     2.3.11
Active Resource version   2.3.11
Action Mailer version     2.3.11
Active Support version    2.3.11
Edge Rails revision       unknown
Application root          /var/www/redmine/sme-ccppd
Environment               production
Database adapter          sqlite3
Database schema version   20110511000000

I am trying to delete a custom query which is set up on a single project. I do this by hitting the delete link on the top right of the query page (next to the edit link). That link points to /queries/destroy/10 and it fires a javascript popup for confirmation. I confirm, but nothing happens afterwards. The custom query continues to be there. What am I doing wrong?

I searched for answers to this problem, but did not find anything like this.