dmwm / DAS

Data Aggregation System
11 stars 7 forks source link

'plain' option sometimes misbehaves #4292

Closed swertz closed 5 years ago

swertz commented 5 years ago

When selecting the "plain" option on the DAS web interface, the results sometimes do not come out as expected, i.e. I'm getting this:

screenshot_20180924_110007

instead of a plain page with one file per line...

It seems rather random, the same request yielding either one or the other formatting.

(using Firefox 62.0)

vkuznet commented 5 years ago

Sébastien, it is a "feature" of request handling in DAS. The request came back and injected into HTML, but plain view requires reload of the page. Depending on how you select plain view (either from page drop down menu or by putting plain into url you'll see different behavior. I was able to reproduce your observation. The fix is applied here: https://github.com/dmwm/das2go/commit/3e3a8b10ddcbdcf8aeebed204c3b3e66b40e2341 and I'll put it in production in next cmsweb upgrade. Best, Valentin.

swertz commented 5 years ago

Thanks a lot for the feedback, Valentin!

vkuznet commented 5 years ago

deployed to production, closing the ticket