You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the options "allow_feedback" and others are ignored in when building the "props" by django_comments_xtd.api.frontend.CommentBoxDriver (e.g. here).
If I understand correctly this documentation, the lines for the four options defined by default in utils.get_app_model_options (here) should read something like "allow_flagging": options['allow_flagging'],
If I add to my django
settings
the variable COMMENTS_XTD_APP_MODEL_OPTIONS as follows,the options
"allow_feedback"
and others are ignored in when building the "props" bydjango_comments_xtd.api.frontend.CommentBoxDriver
(e.g. here).If I understand correctly this documentation, the lines for the four options defined by default in
utils.get_app_model_options
(here) should read something like"allow_flagging": options['allow_flagging'],
This issue should be solved by #422
The text was updated successfully, but these errors were encountered: