#141 Maximum screenshot limit

wont-fix
None
2021-08-16
2021-07-31
hermsen
No

Hi,

Currently the maximum allowed screenshots (per project) is 6.
This is very little as our Sparkplug project has over 100 screenshots easily.

Please raise the screenshot limit per project up to 250, that should take a while for somebody to fill it.

Discussion

  • Ingo

    Ingo - 2021-08-16

    Hi! Sadly this is not that easily possible. Allura has a fix limit for the screenshots. This is not configurable:

            if len(screenshots) >= 6:
                flash('You may not have more than 6 screenshots per project.',
                      'error')
    
     
  • Ingo

    Ingo - 2021-08-16
    • labels: max screenshots limit -->
    • status: open --> wont-fix
     

Log in to post a comment.