View Issue Details

IDProjectCategoryView StatusLast Update
0001515MantisDroidTaskpublic2020-03-16 11:14
Reporterf3nix-a Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status acknowledgedResolutionopen 
Product Version2.9 
Target Versionfuturelog 
Summary0001515: Chaging priority icons in MantisBT is not reflected in MantisDroid
DescriptionI changed the icons in config_defaults_inc.php like this :

$g_status_icon_arr = array(
    NONE => '',
    LOW => 'fa-clock-o fa-lg green',
    NORMAL => '',
    HIGH => 'fa-chevron-up fa-lg red',
    URGENT => 'fa-bullhorn fa-lg red',
    IMMEDIATE => 'fa-ambulance fa-lg red'
);

(see screen shot below)

and the change is not reflected in MantisDroid.
Steps To Reproduce1. Change config_defaults_inc.php
2. Check priority icons in MantisDroid
TagsNo tags attached.
Attached Files

Activities

e7andy

2020-03-16 11:02

administrator   ~0000330

The app doesn't support customisation so this is a known limitation in version 2.x.
In the planned future version (3.x) of the app a lot more customisation will be implemented.

Issue History

Date Modified Username Field Change
2020-03-10 16:06 f3nix-a New Issue
2020-03-10 16:06 f3nix-a File Added: Capture d’écran_2020-03-10_15-54-58.png
2020-03-16 11:02 e7andy Note Added: 0000330
2020-03-16 11:02 e7andy Category Issues => Task
2020-03-16 11:02 e7andy Target Version => futurelog
2020-03-16 11:14 e7andy Status new => acknowledged