Search found 4 matches

by sergeyol
29 Oct 2018, 21:58
Forum: Help
Topic: Translations for custom fields
Replies: 9
Views: 15368

Re: Translations for custom fields

Thanks for quick help.

So, for example, if I have a custom field named "approval_state", I should create two strings for each language:

$s_approval_state = "Approval State";
$s_approval_state_enum_string = "10:new,20:waiting for approval,30:approved";

Is it the way it works for custom enums?
by sergeyol
29 Oct 2018, 07:35
Forum: Help
Topic: Translations for custom fields
Replies: 9
Views: 15368

Re: Translations for custom fields

Is it also possible to specify the translation for enumeration values in this way?
by sergeyol
26 Apr 2018, 22:59
Forum: Help
Topic: 502 Bad Gateway error while "View Issues"
Replies: 7
Views: 25348

Re: 502 Bad Gateway error while "View Issues"

Thanks for the hint, for some reason I haven't considered PHP version. Just tried it with PHP 5.6/Apache 2.4 - error is still there. On the latest version of Mantis running as your demo environment, I was not able to reproduce it.

So I will try to upgrade first to PHP 7, and then to Mantis 2.x
by sergeyol
12 Apr 2018, 10:05
Forum: Help
Topic: 502 Bad Gateway error while "View Issues"
Replies: 7
Views: 25348

Re: 502 Bad Gateway error while "View Issues"

We also have 502 error in several scenarios:
1) Opening "View Issues" in some cases
2) Opening issue that has specific long URLs anywhere in the description or a comment line (e.g. typical SharePoint link).

I would kindly not agree that this is an issue totally unrelated to Mantis. Analysis of logs ...