Search found 22 matches

by nalzate
15 Mar 2024, 22:29
Forum: Customizations
Topic: I need a filter where i can bring the bugs from a specific project and a specific user
Replies: 8
Views: 19831

Re: I need a filter where i can bring the bugs from a specific project and a specific user

Inside the function I created to list the bugs for a specific user (bugs assigned to that user or bugs where the user is the one reporting) and a specific project, I am using the following functions:


$t_filter = filter_get_default();

if( $p_user_id == 0 ) {
$t_filter[FILTER_PROPERTY_HANDLER_ID ...
by nalzate
11 Mar 2024, 19:34
Forum: Customizations
Topic: I need a filter where i can bring the bugs from a specific project and a specific user
Replies: 8
Views: 19831

Re: I need a filter where i can bring the bugs from a specific project and a specific user

we are creating a function, not using the filters on the view

we are using the following variables:

$t_filter[FILTER_PROPERTY_REPORTER_ID] and $t_filter[FILTER_PROPERTY_HANDLER_ID]


I want to know which variable you are using in the "any condition".
by nalzate
11 Mar 2024, 19:16
Forum: Customizations
Topic: I need a filter where i can bring the bugs from a specific project and a specific user
Replies: 8
Views: 19831

Re: I need a filter where i can bring the bugs from a specific project and a specific user

Umm, I don't understand what you are telling me. Can you please be more specific?
by nalzate
08 Mar 2024, 22:10
Forum: Customizations
Topic: I need a filter where i can bring the bugs from a specific project and a specific user
Replies: 8
Views: 19831

Re: I need a filter where i can bring the bugs from a specific project and a specific user

Hello good afternoon,
I did use that advanced filtering functionality but it does not solve my problem. The problem is that when the filter is made placing the same person as informant and at the same time as who has assigned the bug it shows me the cases that meet that restriction, I guess the ...
by nalzate
29 Feb 2024, 23:08
Forum: Customizations
Topic: I need a filter where i can bring the bugs from a specific project and a specific user
Replies: 8
Views: 19831

I need a filter where i can bring the bugs from a specific project and a specific user

I need a filter where I can bring the bugs from a specific project and a specific user, the current version allows me to filter by project and user who made the report in: filter_create_reported_by( $p_project_id, $p_user_id ); and filter by project and user who has assigned the bug in: filter ...
by nalzate
10 Jan 2024, 22:55
Forum: Help
Topic: Issues in export to excel (.xlsx)
Replies: 2
Views: 17655

Issues in export to excel (.xlsx)

Hello, using the "export excel" function in the view "/view_all_bug_page.php" downloads an .xml file, the question is why it does not download an .xls format.
by nalzate
10 Jan 2024, 21:47
Forum: Help
Topic: Delete button
Replies: 1
Views: 12846

Delete button

Hello, what is the code to disable this button?

This is the image:

https://ibb.co/Yk5Qt2f
by nalzate
10 Jan 2024, 19:54
Forum: Help
Topic: where are these buttons?
Replies: 1
Views: 13438

where are these buttons?

These buttons appear when I want to see the assigned cases of a specific person.

https://ibb.co/nrPMmTg
by nalzate
21 Dec 2023, 21:20
Forum: Customizations
Topic: Remove Button
Replies: 3
Views: 34268

Remove Button

Hello, how do you remove this button?


This is the image: https://i.postimg.cc/SKhqPt3B/image6.png
by nalzate
18 Dec 2023, 22:07
Forum: Help
Topic: Remove Button
Replies: 1
Views: 15172

Remove Button

Wich is the code to remove this button?

This is the image = https://ibb.co/Sswmq77

It is located in " view_all_bug_page"
by nalzate
18 Dec 2023, 14:00
Forum: Help
Topic: Remove buttons
Replies: 3
Views: 15526

Re: Remove buttons

this code did not work : $g_stored_query_create_shared_threshold.

What other option is there?
:|
by nalzate
15 Dec 2023, 21:32
Forum: Customizations
Topic: modify personalization
Replies: 1
Views: 16819

modify personalization

Hello, in which file can these types of customizations be modified?

I want to modify the years that appear in the select.

This is the image: https://ibb.co/RhM8sR2
by nalzate
14 Dec 2023, 16:01
Forum: Help
Topic: Remove buttons
Replies: 3
Views: 15526

Remove buttons

Hello, how do I disable these buttons from my view?

this is the image :arrow:

]https://ibb.co/r2bDXVd
by nalzate
13 Dec 2023, 16:47
Forum: Help
Topic: Remove bold titles in " bug_report_page.php "
Replies: 1
Views: 8422

Remove bold titles in " bug_report_page.php "

Hello, in "bug_report_page", I want the words (titles) "Subject", "Description" and "Upload files" to not appear in bold.

How do I do it? Where is the code?
by nalzate
13 Dec 2023, 14:40
Forum: Help
Topic: Remove drop-down menu
Replies: 10
Views: 15999

Re: Remove drop-down menu

It worked for me! thank you very much for your help! :D :D