MantisBT

View Issue Details Jump to Notes ] Wiki ] Related Changesets ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014013mantisbtcustomizationpublic2012-03-07 00:382013-04-06 09:23
Reportervboctor 
Assigned Tovboctor 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version1.2.8 
Target Version1.2.10Fixed in Version1.2.10 
Summary0014013: System notice in bug_check_workflow()
DescriptionI'm suspecting that this happens when there are statuses that don't exist in the workflow or vice versa.

SYSTEM NOTICE
Undefined index: 40

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.

Full path: C:\wamp\www\mantis\core\bug_api.php
Line: 882
Variable Value Type
p_bug_status 40 string
p_wanted_status 50 integer

t_status_enum_workflow
Variable Value Type
10 40:in development,90:closed string
80 10:new,40:in development,85:integration testing string
85 10:new,86:verified string
86 10:new,40:in development,90:closed string
90 10:new string
Filename Line Function Args
C:\wamp\www\mantis\core\html_api.php 1418 - - bug_check_workflow ( <string>'40', <integer>50 )
C:\wamp\www\mantis\core\html_api.php 1630 - - html_button_bug_assign_to ( <integer>25436 )
C:\wamp\www\mantis\bug_view_inc.php 689 - - html_buttons_view_bug_page ( <integer>25436 )
C:\wamp\www\mantis\view.php 34 - - include ( <string>'C:\\wamp\\www\\mantis\\bug_view_inc.php' )
Tags2.0.x check
Attached Files

- Relationships
related to 0015721new Functionality to consider porting to master-2.0.x 

-  Notes
User avatar (0036293)
grangeway (developer)
2013-04-05 17:57

Marking as 'acknowledged' not resolved/closed to track that change gets ported to master-2.0.x branch

- Related Changesets
MantisBT: master-1.2.x ecf22ae0
Timestamp: 2012-03-07 00:41:05
Author: vboctor
Details ] Diff ]
Fixes 0014013: System notice in bug_check_workflow().

If the status workflow is defined, but there is no corresponding entry to the current state, then allow all statuses. The reasoning is that there should always be at least one possible next status.
mod - core/bug_api.php Diff ] File ]
MantisBT: master 241ae23b
Timestamp: 2012-03-07 00:41:05
Author: vboctor
Details ] Diff ]
Fixes 0014013: System notice in bug_check_workflow().

If the status workflow is defined, but there is no corresponding entry to the current state, then allow all statuses. The reasoning is that there should always be at least one possible next status.
mod - core/bug_api.php Diff ] File ]

- Issue History
Date Modified Username Field Change
2012-03-07 00:38 vboctor New Issue
2012-03-07 03:41 vboctor Status new => resolved
2012-03-07 03:41 vboctor Fixed in Version => 1.2.10
2012-03-07 03:41 vboctor Resolution open => fixed
2012-03-07 03:41 vboctor Assigned To => vboctor
2012-03-07 04:00 vboctor Changeset attached => MantisBT master-1.2.x ecf22ae0
2012-03-26 02:00 vboctor Changeset attached => MantisBT master 241ae23b
2012-03-30 17:28 dregad Target Version => 1.2.10
2012-04-01 20:11 vboctor Status resolved => closed
2013-04-05 17:57 grangeway Status closed => acknowledged
2013-04-05 17:57 grangeway Note Added: 0036293
2013-04-05 18:26 grangeway Relationship added related to 0015721
2013-04-06 03:41 dregad Status acknowledged => closed
2013-04-06 07:23 grangeway Status closed => acknowledged
2013-04-06 09:22 dregad Tag Attached: 2.0.x check
2013-04-06 09:23 dregad Status acknowledged => closed


MantisBT 1.2.16dev master-1.2.x-8c2bd07 [^]
Copyright © 2000 - 2013 MantisBT Team
Time: 0.1040 seconds.
memory usage: 2,803 KB
Powered by Mantis Bugtracker