View Issue Details

IDProjectCategoryView StatusLast Update
0023665mantisbtcode cleanuppublic2017-11-28 00:22
Reportervboctor Assigned To 
PrioritynormalSeverityminorReproducibilityN/A
Status newResolutionopen 
Product Version2.8.0 
Summary0023665: Add config_get_for_bug() and config_get_for_project()
Description

I was thinking that it would be useful to have such APIs similar to what we have for access level (e.g. access_has_bug_level). This makes the code more readable than calling config_get with nulls, etc.

Once this is available, we should use this more specific APIs. We should also edit calls to config_get() and convert them as appropriate.

TagsNo tags attached.

Activities

dregad

dregad

2017-11-23 09:26

developer   ~0058243

Good idea.

vboctor

vboctor

2017-11-28 00:22

manager   ~0058255

PR: https://github.com/mantisbt/mantisbt/pull/1246