sheltermanager / asm3

Animal Shelter Manager
GNU General Public License v3.0
108 stars 64 forks source link

Remove publisher limit #272

Closed bobintetley closed 7 years ago

bobintetley commented 7 years ago

It's possible to set a publisher limit - one customer set it to 5 and then found they couldn't send any adoptable animals to PetFinder. The limit applies to the query, but animals with blank descriptions are removed after, so it's quite easy to clear the set and have no idea what you're doing.

The limit makes very little sense anyway for anything but the HTML publisher and even then I'm not sure. I think it should be removed altogether and have no idea why it's there in the first place.

bobintetley commented 7 years ago

Still needs to be kept for the up for adoption quicklinks on the homepage - rewrite it to be a function parameter and to be applied after the business logic.