Re: pglister: bug: Can't add moderators (and create lists)

Поиск
Список
Период
Сортировка
От Célestin Matte
Тема Re: pglister: bug: Can't add moderators (and create lists)
Дата
Msg-id ff080c17-7f96-e54c-7496-e9d92882107f@cmatte.me
обсуждение исходный текст
Ответ на Re: pglister: bug: Can't add moderators (and create lists)  (Magnus Hagander <magnus@hagander.net>)
Ответы Re: pglister: bug: Can't add moderators (and create lists)  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-www
Hello,

>> In the interface (in /admin/lists/list/1/change/), I cannot create a list because the "Moderators" field is always
empty,and django won't let me create a list without moderators.
 
> 
> The reason the moderators field is mandatory, is that it's what's used
> to populate the list ownership alias. I think there may have been
> other reasons as well, see the commit message in 78dc0eea, but I don't
> recall exactly what they are. But that is definitely one reason for it
> being there now, so we can't remove that.
> 
> You should be able to add any Subscriber as a moderator, they don't
> have to be a member of the particular list. The Subscriber entry is
> created the first time the user logged in, see
> web/pglister/lists/migration.py. Did you somehow manage to log in
> without this happening?

It turns out the issue was not in Django, but client-side: JS files for admin were missing, so the moderator field was
notfilled.
 
I already noticed that CSS files were missing from /admin/, and made a PR back then:
https://gitlab.com/pglister/pglister/-/merge_requests/24(Should I rather make PRs on gitlab or send patches on this
list?)
Are CSS, JS and font files supposed to be somehow generated, or should I make a patch adding them all manually?


Unrelated issue I encountered when debugging: when activating logging in django, the log file get spammed with
exceptionsevery time django is hitting a {%if somevariable %} syntax, even though that's the correct django way to test
variableexistence [1]. Any idea what could be causing that?
 
[1] https://docs.djangoproject.com/en/2.2/ref/templates/builtins/#if

-- 
Célestin Matte



В списке pgsql-www по дате отправления:

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: pglister: bug: Can't add moderators (and create lists)
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: pglister: bug: Can't add moderators (and create lists)