The module provides a view configuration in config/optional/views.view.comment.yml. However, on most sites, the comment view already exists (provided by the Core Comment module).
Drupal's configuration system does not update existing entities from config/optional during module installation. As a result, the nobotiq_spam_protection_status field is never added to the "Unapproved comments" display.
Proposed resolution:
Inject the field programmatically using hook_install() and hook_update_N().

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

yurii novak created an issue. See original summary.

voleger’s picture

Assigned: yurii novak » Unassigned
Status: Active » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

  • voleger committed 9dd16df0 on 1.0.x authored by yurii novak
    Issue #3580897: Move spam status field injection from config/optional to...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.