View Issue Details

IDProjectCategoryView StatusLast Update
0022304mantisbtadministrationpublic2017-02-03 09:05
ReporterTomNedry Assigned Tovboctor  
PrioritynormalSeveritymajorReproducibilityalways
Status assignedResolutionopen 
Product Version2.1.0 
Summary0022304: Add "due_date" to config and got "Dropzone.js" error on report page
Description

Added "$g_bug_report_page_fields = array('due_date');" to config. At report page it shows the message "Dropzone.js does not support older browsers!"

Browsers are: Firefox 51.0.1 (32Bit), Chrome 56.0.2924.87

TagsNo tags attached.

Relationships

related to 0022140 closedcproensa Getting error dialog when reporting issues and file upload is disabled 

Activities

vboctor

vboctor

2017-02-03 00:12

manager   ~0055455

The $g_bug_report_page_fields should have an array containing all fields, and not just the fields that you want to add. With this error, you are basically disabling the attachments field which triggers a known issue tracked via 0022140

TomNedry

TomNedry

2017-02-03 09:05

reporter   ~0055474

Thx for the hint. I got it working after setting the threshold (https://www.mantisbt.org/forums/viewtopic.php?f=3&t=21797) for the due_date.

May i suggest to change the manual (section 5.36) from "The following optional fields are allowed" to "To use the optional fields add the following array to your config. (...) Don't forget to set the treshold level for viewing/updating "due_date" (default: NOBODY) to the adequate access level (section 5.41).