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.
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')
Log in to post a comment.
Hi! Sadly this is not that easily possible. Allura has a fix limit for the screenshots. This is not configurable: