Search found 6 matches

by OzielBr
05 Nov 2019, 00:24
Forum: Help
Topic: Timeline Actions
Replies: 2
Views: 2741

Re: Timeline Actions

Ok,
Tks Atrol.
by OzielBr
28 Oct 2019, 11:38
Forum: Help
Topic: Timeline Actions
Replies: 2
Views: 2741

Timeline Actions

Good Morning,

One question, what actions appear on the timeline? I am performing some tests, changing the description and title of some bugs, but in the timeline does not show that the bug has been updated.
Thanks.
by OzielBr
21 Oct 2019, 12:03
Forum: Customizations
Topic: New field in bug reporting
Replies: 5
Views: 8471

Re: New field in bug reporting

After much insistence, I found out where a new field added is recorded in the bank. I am sharing below the files needed for a new field to be written to the database.

bug_report_page.php
bug_report.php
bug_api.php
bug_view_inc.php
core / commands / IssueAddCommand.php
email_api.php -> add field in ...
by OzielBr
16 Oct 2019, 10:45
Forum: Customizations
Topic: New field in bug reporting
Replies: 5
Views: 8471

Re: New field in bug reporting

I already use this feature. But for this case, I need this field to fetch data from another table that will be fed later via register. :(
by OzielBr
14 Oct 2019, 19:18
Forum: Customizations
Topic: New field in bug reporting
Replies: 5
Views: 8471

New field in bug reporting

Dear,

I added a new field when reporting a new bug, which fetches data from another table. So far no problem, but I am not able to make this new field be added in the table "mantis_bug_table".
Which file is responsible for inserting field data in the mantis_bug_table table?
I created one more ...
by OzielBr
18 Jul 2019, 17:29
Forum: Help
Topic: Remove filter fields
Replies: 0
Views: 7869

Remove filter fields

Dear

I have some fields that we are not using, and I would like to remove them from the filter (view_all_bug_page.php) as it ends up getting a lot of information on the screen.
Is it possible to remove from the source?
Thank you