Invalid value for 'relationship_type'

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
acoder2020
Posts: 65
Joined: 11 Jan 2024, 19:32

Invalid value for 'relationship_type'

Post by acoder2020 »

Invalid value for 'relationship_type'

I changed Workflow Thresholds to allow Updaters to be asssigned an issue. When I try to assign an issue to an Updater, I get this error:



APPLICATION ERROR #29

Invalid value for 'relationship_type'

Please use the "Back" button in your web browser to return to the previous page. There you can correct whatever problems were identified in this error or select another action. You can also click an option from the menu bar to go directly to a new section.

Previous non-fatal errors occurred. Page contents follow.
cas
Posts: 1624
Joined: 11 Mar 2006, 16:08
Contact:

Re: Invalid value for 'relationship_type'

Post by cas »

Did you also change this setting:
$g_handle_bug_threshold = DEVELOPER;
You would need to set this to :
$g_handle_bug_threshold = UPDATER;
in core/config_inc.php
Post Reply