mantisbt-plugins / EasyEnter

MantisBT plugin to slim down the bug report page to make it more accessible for unexperienced users
GNU General Public License v3.0
16 stars 7 forks source link

handler_id not properly managed? #15

Open Jay-Cee opened 6 years ago

Jay-Cee commented 6 years ago

Hi, sorry, but I'm not a programmer and trying to get the EasyEnter-user to be able to assign an issue directly to the colleague in charge. Rights and permissions are set accordingly and when using "normal" entry-mask it is possible. But for production-ease most of my colleagues shall use EasyEnter-GUI.

$g_list_fieldnames = array(
    'category_id', 'reproducibility', 'severity', 'priority', 'due_date', 
    'profile_id', 'platform', 'os', 'os_build', 'handler_id', 'summary',
    'description', 'steps_to_reproduce', 'additional_info', 'ufile[]',
    'view_state', 'report_stay'
);

Although the handler_id-field is listed it doesn't appear in the selectable fields list when configuring EasyEnter. May it be, that there's some "field name mismatching"? B.t.w.: Im using "german" as standard language with MantisBT 2.14.0. (May be it is related issue to #8)