Search found 7 matches

by szollosi
13 Feb 2022, 17:55
Forum: Help
Topic: dependent custom fields
Replies: 29
Views: 12261

Re: dependent custom fields

Hi, I installed Linked custom fields 2.0.0 plugin from here: https://www.mantisbt.org/bugs/view.php?id=24226 Installation was succesfull, Configur Custom Filed Links menu is OK, but after I made the link and go to the Report Issue, or the Edit Issue, nothing on the screen, just a white space, When I...
by szollosi
10 Feb 2022, 08:44
Forum: Customizations
Topic: custom field auto incrementing number [FIXED]
Replies: 12
Views: 31765

szollosi@freemail.hu

Hi, where have to put that code?
by szollosi
09 Feb 2022, 13:31
Forum: Customizations
Topic: Auto-increment custom fields
Replies: 2
Views: 20900

Re: Auto-increment custom fields

Hi, I am looking for a soution also to have custom field auto incrementing number, and regular expresion, such as: XX/345 XX/346 XX/347 XX/348 and also, not allowed to use twice the same number, expect it was delete. I need it to record meeting decisions in a "Decisions" project. Thanks th...
by szollosi
17 Jan 2021, 18:09
Forum: Help
Topic: How to put reporter name into the Subject of Notification mail?
Replies: 3
Views: 2824

Re: How to put reporter name into the Subject of Notification mail?

Thank you
I found these:
$t_email_subject = '[' . $p_project_name . ' ' . $t_bug_id . ']: ' . $p_subject;

I tried with these:

$t_email_subject = '[' . $p_project_name . ' ' . $t_bug_id . ']: ' . $p_subject. $t_reporter_id ;
but nothing changed.
What code should I put there?
by szollosi
17 Jan 2021, 15:33
Forum: General Discussion
Topic: When was seen an issue?
Replies: 1
Views: 2440

When was seen an issue?

Hi, I would like to know, that an issue is when was seen by a user.
Do you know some solution?
by szollosi
17 Jan 2021, 15:25
Forum: General Discussion
Topic: How to set email notification settings, only assignee
Replies: 9
Views: 16087

Re: How to set email notification settings, only assignee

Hi, according to my experience, if the user has administrator acces level, every e-mail will come.
But if you change the acces levele to manager , it solved my problem.
It mey be help.
by szollosi
12 May 2020, 18:10
Forum: Help
Topic: How to put reporter name into the Subject of Notification mail?
Replies: 3
Views: 2824

How to put reporter name into the Subject of Notification mail?

Hello Every One,
I searched these forum, but I did not find answer to my need.
I need the name of the reporter put into the Subject of the notification e-mail.
How can I make it work?
Thank you for your help.
Szollosi