Opened 2 years ago
Closed 2 years ago
#33740 closed New feature (wontfix)
Flatpages should allow multiple pages per site when registration_required is different
Reported by: | Peter Tillema | Owned by: | nobody |
---|---|---|---|
Component: | contrib.flatpages | Version: | 4.0 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
It might happen that there are 2 flatpages with the same URL and site, but one is for guest users and the other for logged in users. Currently the form throws an error, but in my opinion this could be very useful. If I have some time I might create a PR, but I'm curious to what other people think!
Note:
See TracTickets
for help on using tickets.
Hi Peter.
This kind of discussion is best targeted to the DevelopersMailingList. I suggest explaining your issue fully in order to encourage a response. If there's an agreement then we can reopen the ticket here. (My initial concern would be complicating the page lookup by factors such as the current user — some suggestion as to what that change might look like would be useful to help make an assessment.)
Thanks.