View Issue Details

IDProjectCategoryView StatusLast Update
0017658mantisbtadministrationpublic2014-12-08 02:07
Reporteratrol Assigned Tovboctor  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version1.3.0dev 
Target Version1.3.0-beta.1 
Summary0017658: Marking of settings on "Workflow Transitions" broken.
Description

There is no longer a green or blue background for values that differ from default or "All Project" setting.

TagsNo tags attached.

Activities

vboctor

vboctor

2014-10-21 12:07

manager   ~0041623

Here is the pull request:
https://github.com/mantisbt/mantisbt/pull/515

Related Changesets

MantisBT: master 8789f36b

2014-10-21 07:59

vboctor


Details Diff
Fix "Workflow Transitions" override marking

Again caused by recent regressions from 7094372255c5aa89787cc105c31c9e1f7daa649e

- There was still usage of old config options that were deprecated.
- HTML elements were generated with multiple class attributes.
- When retrieving global configs use ALL_USERS instead of null (default user).

Fixes 0017658
Affected Issues
0017658
mod - manage_config_work_threshold_page.php Diff File
mod - manage_config_workflow_page.php Diff File

MantisBT: master 9eb242a7

2014-10-25 21:16

vboctor


Details Diff
Fix showing of workflow transitions

The workflow transition were not being shown due to accessing the wrong variables when rendering the page.

Fixes 0017658
Affected Issues
0017658
mod - manage_config_workflow_page.php Diff File