2024.06.21: Quantitative Reporting extension displays a blocking popup related to DICOM SEG meta-data
As of January 31st, 2025, this is still an issue:
Associated repository is https://github.com/QIICR/QuantitativeReporting
What are the steps to reproduce this issue?
@fedorov This would be from running the automated testing associated with the extension at https://github.com/QIICR/QuantitativeReporting/blob/master/Testing/QuantitativeReportingTests.py. Evidently there is an action in the automation that produces the pop dialog that requires user input which is what pauses things.
We often solve this kind of issues by adding a check if the application is in testing mode and if it is then do not show blocking pop-ups.