Signbank / FinSL-signbank

Web based database for sign language lexicons and corpuses. Fork of NGT-signbank (https://github.com/Signbank/Global-signbank).
https://signbank.csc.fi
BSD 3-Clause "New" or "Revised" License
5 stars 4 forks source link

Fixes permission issue and indicates private methods in update helpers #269

Closed henrinie closed 3 years ago

henrinie commented 3 years ago

Issue here was blindly adding decorators to methods not getting request, so they don't have the request.user to check with. Indicating now that these methods are private and not meant to be used directly, thus don't need permissions set directly.