Zandronum Chat on our Discord Server Get the latest version: 3.2
Source Code

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001535Site[All Projects] Bugpublic2013-10-11 16:112013-10-11 21:08
ReporterArco 
Assigned ToBlzut3 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionwon't fix 
PlatformOSOS Version
Summary0001535: [Tracker] "Assigned To" Always Picks Handling User When Resolving Tickets
DescriptionTitle.
Additional InformationI can't do anything about the "user0" on the "Assigned To" input.
Attached Filespng file icon example.png [^] (92,997 bytes) 2013-10-11 16:11

- Relationships

-  Notes
User avatar (0007385)
Blzut3 (administrator)
2013-10-11 21:08

Don't worry about it. It's not an issue worth maintaining a delta over upstream MantisBT over.

I believe this is more or less intended behavior, but I'll report it to their tracker anyhow.

# only set handler if specified explicitly or if bug was not assigned to a handler
    if( null == $p_handler_id ) {
        if( bug_get_field( $p_bug_id, 'handler_id' ) == 0 ) {
            $p_handler_id = auth_get_current_user_id();
            bug_set_field( $p_bug_id, 'handler_id', $p_handler_id );
        }
    } else {
        bug_set_field( $p_bug_id, 'handler_id', $p_handler_id );
    }

Issue Community Support
This issue is already marked as resolved.
If you feel that is not the case, please reopen it and explain why.
Supporters: No one explicitly supports this issue yet.
Opponents: No one explicitly opposes this issue yet.

- Issue History
Date Modified Username Field Change
2013-10-11 16:11 Arco New Issue
2013-10-11 16:11 Arco File Added: example.png
2013-10-11 21:08 Blzut3 Note Added: 0007385
2013-10-11 21:08 Blzut3 Status new => closed
2013-10-11 21:08 Blzut3 Assigned To => Blzut3
2013-10-11 21:08 Blzut3 Resolution open => won't fix






Questions or other issues? Contact Us.

Links


Copyright © 2000 - 2025 MantisBT Team
Powered by Mantis Bugtracker