Search found 55 matches

by stef-lhm11
11 Jan 2022, 15:47
Forum: Deutsch
Topic: Filter treshold
Replies: 6
Views: 14984

Re: Filter treshold

Das ließe sich auch durch eine kleine Änderung vorab beheben, s. https://github.com/mantisbt/mantisbt/commit/b421ab2f76481cf30df1cd71da1def4ba02d4558 Hi atrol! Gesundes neuse Jahr wünsch ich dir noch. Hab jetzt händisch die Zeile angepasst und es funktioniert einwandfrei! :) Danke nochmal. Besten G...
by stef-lhm11
11 Nov 2021, 14:11
Forum: Deutsch
Topic: Filter treshold
Replies: 6
Views: 14984

Re: Filter treshold

Danke für die schnelle super Antwort. Schau ich mir sofort an. Danke atrol, super Unterstützung! :D
by stef-lhm11
11 Nov 2021, 06:59
Forum: Deutsch
Topic: Filter treshold
Replies: 6
Views: 14984

Re: Filter treshold

Update steht für Q1/2022 an ;) an unterschiedlichen Projekteinstellungen liegt es nicht. Im Rechte-Bericht wird ja auch angezeigt, dass Entwickler Filter speichern dürfen. Allerdings verhält es sich dann beim Filter speichern in der Anwendung tatsächlich anders. Schade, dass ich das nicht selbt über...
by stef-lhm11
10 Nov 2021, 11:49
Forum: Deutsch
Topic: Filter treshold
Replies: 6
Views: 14984

Filter treshold

ich nutze Mantis 2.13.1/203. Im Rechte Bericht steht "Filter speichern" -> Entwickler, Manager, Admin. Will man als Entwickler dann tatsächlich einen Filter speichern, erhält man "Zugriff verweigert". Wie heißt der Parameter in der config (dort habe ich zu filter keinen treshold ...
by stef-lhm11
04 Nov 2019, 12:28
Forum: Deutsch
Topic: Filter Datumsauswahl "Nach Erfassungsdatum filtern"
Replies: 2
Views: 5140

Re: Filter Datumsauswahl "Nach Erfassungsdatum filtern"

/** * Number of years in the past that custom date fields will display in * drop down boxes. * @global int $g_backward_year_count */ $g_backward_year_count = 4; /** * Number of years in the future that custom date fields will display in * drop down boxes. * @global int $g_forward_year_count */ $g_fo...
by stef-lhm11
04 Nov 2019, 10:20
Forum: Deutsch
Topic: Filter Datumsauswahl "Nach Erfassungsdatum filtern"
Replies: 2
Views: 5140

Filter Datumsauswahl "Nach Erfassungsdatum filtern"

Mehrere Filterfelder erzeugen ein Datum von bis Auswahldropdown, so zum Beispiel "Nach Erfassungsdatum filtern". Ich bin die Configs durchgegangen und hab auch ein bißchen im Code gesucht. In welcher Classe werden diese Drop Downs erzeugt? Momentan zeigt das Jahr nur von 2000- 2019 an. Mus...
by stef-lhm11
13 May 2019, 13:13
Forum: Help
Topic: REST API is not working
Replies: 10
Views: 15950

Re: REST API is not working

it is important that in httpd.conf

<Directory "/.../../.../api/rest">
AllowOverride All
Order allow,deny
Allow from all
</Directory>

is mentioned!
by stef-lhm11
13 May 2019, 13:07
Forum: Help
Topic: due_date
Replies: 1
Views: 1689

due_date

Does anybody know how to fill due_date via GUI? I cannot find an input field for that, but this field exists in "manage colums".
by stef-lhm11
08 May 2019, 09:02
Forum: Deutsch
Topic: Mantis BT Rest API Login
Replies: 11
Views: 29253

Re: Mantis BT Rest API Login

Jetzt funktioniert es korrekt. Die Einträge in der .htaccess sind wichtig, sonst geht da nix;)
by stef-lhm11
08 May 2019, 09:00
Forum: Help
Topic: REST API is not working
Replies: 10
Views: 15950

Re: REST API is not working

Options +FollowSymLinks +SymLinksIfOwnerMatch
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [QSA,L]

in .htaccess .../api/rest/ folder is important. Now it works.
by stef-lhm11
07 May 2019, 07:38
Forum: Deutsch
Topic: Mantis BT Rest API Login
Replies: 11
Views: 29253

Re: Mantis BT Rest API Login

Neben

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [QSA,L]

in der htaccess im .../api/rest/ Verzeichnis, ist dringend noch ein

Options +FollowSymLinks +SymLinksIfOwnerMatch

vor "RewriteEngine On" erforderlich!
by stef-lhm11
30 Apr 2019, 07:41
Forum: Help
Topic: REST API is not working
Replies: 10
Views: 15950

Re: REST API is not working

but .ht access in api/rest says

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [QSA,L]
by stef-lhm11
30 Apr 2019, 07:39
Forum: Help
Topic: REST API is not working
Replies: 10
Views: 15950

Re: REST API is not working

there is always the 404 error. do i need url rewriting in apache?
by stef-lhm11
30 Apr 2019, 07:22
Forum: Deutsch
Topic: Mantis BT Rest API Login
Replies: 11
Views: 29253

Re: Mantis BT Rest API Login

Sowohl in 2.13.2 als auch in 2.14.0 sind Fehler im REST Umfeld behoben. Bevor wir hier auf weitere Fehlersuche gehen, würde ich daher erst mal updaten. Allerdings funktioniert es bei mir auch mit 2.13.1, d.h. dass es nach einem Update funktioniert ist eher unwahrscheinlich. Sind irgendwelche Warnun...
by stef-lhm11
30 Apr 2019, 07:13
Forum: Help
Topic: REST API is not working
Replies: 10
Views: 15950

Re: REST API is not working

I am on 2.19 and i have the same problems. There is no folder "projects" or "issues" in ...api/rest/...
in the config, the rest api enable is on. are there other things i have to keep in mind?