View Issue Details

IDProjectCategoryView StatusLast Update
0036857mantisbtuipublic2026-02-17 15:22
Reporterraspopov Assigned Toatrol  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionduplicate 
Product Version2.28.0 
Summary0036857: Improving Workflow Graph display
Description

The current view looks like a plate of spaghetti. In my humble opinion, double arrows could improve the appearance of the graph.

TagsNo tags attached.

Relationships

duplicate of 0036858 resolvedcommunity Improving Workflow Graph display 
related to 0036861 confirmedcommunity Non-optimal verification of uploaded files 

Activities

raspopov

raspopov

2026-01-29 11:14

reporter   ~0070743

This is a duplicate of 0036858. The first upload failed with an "unsupported format" error. I tried uploading an SVG file. :-(

atrol

atrol

2026-01-29 13:58

developer   ~0070745

The first upload failed with an "unsupported format" error. I tried uploading an SVG file. :-(

@raspopov this is due to default setting $g_disallowed_files = 'svg'; to fix 0029135

raspopov

raspopov

2026-01-29 22:39

reporter   ~0070748

this is due to default setting

Yes, I know about that. However, the browser interface looks almost exactly the same as it did before the issue was submitted. There was only a message about a file download error, and everything pointed to simply deleting the file that wouldn't download from the form and adding another file instead. It seemed to me that the form wasn't sent to the server at all. That's what led to the creation of a duplicate. Perhaps we need to cancel the form submission if the file fails to upload.

raspopov

raspopov

2026-01-30 09:17

reporter   ~0070753

Last edited: 2026-02-02 11:09

I checked the code and found that there isn't enough verification of the files being uploaded in IssueAddCommand::validate(). This causes the issue to be created and then interrupted halfway through the upload process.

I created issue for this case: https://mantisbt.org/bugs/view.php?id=36861