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

change default wysiwyg image path #22207

Closed
wezell opened this issue May 12, 2022 · 2 comments
Closed

change default wysiwyg image path #22207

wezell opened this issue May 12, 2022 · 2 comments

Comments

@wezell
Copy link
Contributor

wezell commented May 12, 2022

Right now, we the WYSIWYG image path we ship with is based on inodes, e.g..

<img src="/dA/{shortyInode}/{fileName}">

The problem with this is that if an image that is referenced by inode is updated, then that url is no longer valid and will result in a 401 error.
Per Jason Smith, we need to update the default path to be:

/dA/{shortyId}/{name}?language_id={languageId}
@wezell
Copy link
Contributor Author

wezell commented May 12, 2022

Updated here: aafe887

@jcastro-dotcms
Copy link
Contributor

Code changes got lost with several merges, and were added via this ticket: #22251 . We can close this ticket then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants