shish / shimmie2

An easy-to-install community image gallery (aka booru)
http://code.shishnet.org/shimmie2/
GNU General Public License v2.0
410 stars 115 forks source link

Unable able to create private Pool #1292

Closed wfscans closed 1 month ago

wfscans commented 1 month ago

Server Software (You can get all these stats from http://<your site>/system_info)

Client Software (please complete the following information)

What steps trigger this bug

  1. Enable Pools Extension
  2. Goto "server/index.php?q=pool/new"
  3. Enter required info
  4. Uncheck checkbox
  5. Get error for missing "Missing POST parameter public"

What did you expect to happen? Expected outcome is to get a private pool

What actually happened? User receives error about lack of "public" parameter.

Suggested Fix

  1. Either change the backend to handle the lack of "public" or relating the lack to it being private
  2. Modify the checkbox to be two radio buttons https://github.com/shish/shimmie2/pull/1291
shish commented 1 month ago

Fixed in #1291