Search found 5 matches

by Realtime
16 Feb 2010, 16:03
Forum: Help
Topic: How to switch on & off Columns with "Manage Coulmns"
Replies: 3
Views: 6470

Re: How to switch on & off Columns with "Manage Coulmns"

These settings are not for view.php , they are for view_all_bug_page.php
This answer I had need in my first posting ... :-(

However, is it possible to switch on & off the columns shown in the view.php and in bug_report_page.php for each project?

The problem:

If you only want a bugtracker for ...
by Realtime
16 Feb 2010, 13:14
Forum: Deutsch
Topic: Erweiterte Ansicht als Standard?
Replies: 3
Views: 8085

Re: Erweiterte Ansicht als Standard?

Moin!

Ab Version 1.2 wird diese Funktionalität entfallen.
Hier können die einzelnen Werte, die angezeigt werden sollen, individuell festgelegt werden.
Aber: Das ganze funktioniert irgendwie nicht (zumindest in der Rev. 1.2.0RC2). Hierzu habe ich drei Postings hier schon verfasst: Keine Antwort ...
by Realtime
16 Feb 2010, 13:12
Forum: Help
Topic: How to switch on & off Columns with "Manage Coulmns"
Replies: 3
Views: 6470

How to switch on & off Columns with "Manage Coulmns"

Hi!


System
I use a dedicated, managed SX2 Server from Strato.

Mantis
I use Mantis in V 1.2.0RC2.

Request
I want to switch on and off in each project the columns shown in view.php.

Static solution
The static solution is to delete in config_inc.php the lines of $g_bug_report_page_fields ...
by Realtime
05 Feb 2010, 13:37
Forum: General Discussion
Topic: New feature: change native fields to predefined custom ones
Replies: 9
Views: 26003

Re: New feature: change native fields to predefined custom ones

*push*

Hi!

Does nobody uses this function to enable / disable the coulms via manage_config_columns_page.php and not "hardcoded" in config_defaults_inc.php?

Should I open a bugreport?

TIA!

Marc
by Realtime
31 Jan 2010, 10:17
Forum: General Discussion
Topic: New feature: change native fields to predefined custom ones
Replies: 9
Views: 26003

Re: New feature: change native fields to predefined custom ones

Hi!


Have a look at config_defaults_inc.php, search for $g_bug_report_page_fields.
Copy the array to your config_inc.php.
Delete / comment out the lines (=fields) you don't need.
Be aware: you can not remove every field you like, some must stay (see comment)
Don't know if this is sufficent or ...