View Issue Details

IDProjectCategoryView StatusLast Update
0015592mantisbtadministrationpublic2014-12-08 02:07
Reporteratrol Assigned Todregad  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.3.0dev 
Target Version1.3.0-beta.1 
Summary0015592: APPLICATION ERROR # 0 when editing configuration options
Description

Editing configuration options throws error
APPLICATION ERROR # 0 An error occurred during this action.

Steps To Reproduce

Goto page Manage > Manage Configuration > Configuration Report (adm_config_report.php)
Click "Edit" button of one of the configuration options

TagsNo tags attached.

Relationships

related to 0007586 closeddregad generic configuration editor cannot 'EDIT' an option 
related to 0015721 closedgrangeway Functionality to consider porting to master-2.0.x 

Activities

grangeway

grangeway

2013-04-05 17:56

reporter   ~0036066

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

Related Changesets

MantisBT: master 2d9f1d60

2013-03-12 01:26

dregad


Details Diff
Fix 0015592: application error 0 in adm_config_report.php

This was due to a missing type cast in call to check_selected(). The
for loop was replaced by a call to print_option_list_from_array(), to
avoid code duplication.
Affected Issues
0015592
mod - adm_config_report.php Diff File