Cannot assign user

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
malcmail
Posts: 17
Joined: 22 Nov 2018, 14:05

Cannot assign user

Post by malcmail »

I've been playing around with Mantis for a bit now to try and get it to fit a round hole. As this project grows I'm looking at a second project on it. This is even simpler in theory. One problem I'm having thoguh is I cannot for the life of me assign items to people. It doesn't appear on the report or update page but the column shows on the summary of all items. I've got this in the manage configurations for bug_report_page_fields:

Code: Select all

array (
  1 => 'custom_Part and chapter',
  2 => 'status',
  3 => 'handler_id',
  4 => 'description',
)
In my custom config file it has:

Code: Select all

$g_bug_change_status_page_fields = array(
	'additional_info',
	'attachments',
	'category_id',
	'handler_id',
	'status',
	'description',
	'id',
	'priority',
	'reporter',
	'summary',
	'tags',
	'view_state',
	......
Have I got the wrong field in using handler_id? Just can't seem to find where I have gone wrong. Shoudl say that even as admin I cannot assign anyone (even once they are added to the project). Any help appreciated.
malcmail
Posts: 17
Joined: 22 Nov 2018, 14:05

Re: Cannot assign user

Post by malcmail »

I now recall that "assign to:" was on a button on the topbar / bottom bar. I've commented that out somewhere as it was confusing users (don't ask!). But I cannot remember where it was - anyone help?
malcmail
Posts: 17
Joined: 22 Nov 2018, 14:05

Re: Cannot assign user

Post by malcmail »

For info -> html_api.php
cas
Posts: 1586
Joined: 11 Mar 2006, 16:08
Contact:

Re: Cannot assign user

Post by cas »

Best is to start from scratch... :mrgreen:
Post Reply