View Issue Details

IDProjectCategoryView StatusLast Update
0029728mantisbtattachmentspublic2022-03-07 19:23
ReporterTomekAP Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Product Version2.25.2 
Summary0029728: Wrong overriding files when editing documentation
Description

If file is replaced in project documentation it cannot be downloaded

Steps To Reproduce
  1. Add a file to project documentation
  2. Replace this file with another
    Effect:
  3. original file is not replaced
  4. file is created in mantis directory
Additional Information

it seems, that following line:
$t_disk_file_name = file_get_field( $f_file_id, 'diskfile', 'project' );
should be replaced with
$t_disk_file_name = file_get_field( $f_file_id, 'folder', 'project' ) . file_get_field( $f_file_id, 'diskfile', 'project' );

TagsNo tags attached.

Activities

There are no notes attached to this issue.