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

Add management command to update link text #3390

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

MizukiTemma
Copy link
Member

Short description

This PR introduces a management command which updates the link texts of ALL link object with the given URL.

The motivation is to fulfill this need. This PR can be a step of #2226

Proposed changes

  • Find contents which contain the specified URL, check all links in each content and replace the link text if the link matches the given URL
  • Add a documentation

Side effects

  • note: There is no way to specify which links should get the new link text (by regin, content). Change will be applied to ALL links with the URL. ALL link objects with the URL get the SAME link text.

Resolved issues

Fixes:


Pull Request Review Guidelines

@MizukiTemma MizukiTemma added the not-testable Issues that are not testable label Feb 4, 2025
@MizukiTemma
Copy link
Member Author

Found some fix needs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
not-testable Issues that are not testable
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant