View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0007764 | mantisbt | scripting | public | 2007-02-13 11:29 | 2008-06-17 02:44 |
| Reporter | opi | Assigned To | vboctor | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Fixed in Version | 1.1.2 | ||||
| Summary | 0007764: APPLICATION WARNING #100: Configuration option 'category_enum_string' not found | ||||
| Description | Hi If i check a item at the "View Issues" Page and select from popupmenu "Update Category" i get with some browsers a very big button with all Category entries and at the end some: APPLICATION WARNING 100: Configuration option 'category_enum_string' not found. The same happen if i use the "Update View Status" function. The cause is that here are really such Text in the source of the Page (take a look at the source) but IE and Firefox doesn't display them. Both display insted an empty Item at the end. What can i do to avoid that??? Best regards Opi | ||||
| Steps To Reproduce | select a Issue on the View Issues page | ||||
| Tags | No tags attached. | ||||
| Attached Files | bug_actiongroup_page.php.diff (1,243 bytes)
--- D:/xampp/xampp/htdocs/mantis/bug_actiongroup_page.php Sun Feb 25 15:41:15 2007 +++ D:/xampp/xampp/htdocs/mantis/bug_actiongroup_page_new.php Sun Feb 25 16:10:04 2007 @@ -136,28 +136,24 @@ $t_question_title = lang_get( 'category_bugs_conf_msg' ); $t_button_title = lang_get( 'category_group_bugs_button' ); $t_form = 'category'; - $t_request = 'category'; break; case 'VIEW_STATUS' : $t_question_title = lang_get( 'view_status_bugs_conf_msg' ); $t_button_title = lang_get( 'view_status_group_bugs_button' ); - $t_form = 'view_status'; - $t_request = 'view_status'; + $t_form = 'view_state'; break; case 'UP_FIXED_IN_VERSION': $t_question_title = lang_get( 'fixed_in_version_bugs_conf_msg' ); $t_button_title = lang_get( 'fixed_in_version_group_bugs_button' ); $t_form = 'fixed_in_version'; - $t_request = 'fixed_in_version'; break; case 'UP_TARGET_VERSION': $t_question_title = lang_get( 'target_version_bugs_conf_msg' ); $t_button_title = lang_get( 'target_version_group_bugs_button' ); $t_form = 'target_version'; - $t_request = 'target_version'; break; case 'CUSTOM' : | ||||
|
I wasn't able to reproduce this problem on this installation. Please check and let me know. |
|
|
Ok then i'll try to explain again because the Bug still exists. http://www.futureware.biz/mantisdemo/bug_actiongroup_page.php?bug_arr%5B%5D=784&action=UP_CATEGORY here the Source of this Site contain the follow part: </tr> <tr> Hope you can reproduce it now. BTW: the source of the site is not easy readable because all is <select> Best Regards EDIT: i would like to mention that it's the same on my own installation. :-( |
|
|
see if that helps ... is related to: other forms use the same function to display the listif ( $t_request > '' ) { Not that I know how that section fits into the big picture. |
|
|
Yep that fix the issue. could it included in the CVS? Best Regards |
|
|
Is here a cause why exk72's fix i not yet commited to the CVS tree? |
|
|
Fixed as part of svn:5326 |
|
|
Fixed in 1.2.x by svn:5327 |
|