Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError at bulk action "Ignore" or "Unignore" in the broken link list #3184

Closed
MizukiTemma opened this issue Nov 7, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@MizukiTemma
Copy link
Member

MizukiTemma commented Nov 7, 2024

Describe the Bug

Steps to Reproduce

  1. Go to a region
  2. Go to the broken link list
  3. Select some URLs and execute either "Ignore" or "Unignore"
  4. See error

Expected Behavior

Links are sucessfully ignored/unignored

Actual Behavior

AttributeError

Additional Information

The error occurs only in region broken link list.

File "/home/xxxxxx/integreat-cms/integreat_cms/cms/views/linkcheck/linkcheck_list_view.py", line 203, in post
  [link.id for link in url.region_links]
                       ^^^^^^^^^^^^^^^^
AttributeError: 'Url' object has no attribute 'region_links'
@MizukiTemma MizukiTemma added the bug Something isn't working label Nov 7, 2024
@MizukiTemma
Copy link
Member Author

Duplicate of #3183

@MizukiTemma MizukiTemma marked this as a duplicate of #3183 Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant