-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Changelogurl not set in #__extensions when package updated #40056
Comments
@Ruud68 You made PR #35794 to address this issue before. Sadly It was not merged because there were not enough testing Could you please redo the PR? Maybe this time for package extension only and provide a sample package for testing? I will test it myself and find someone from Bug Squash team to test it, too to make sure the issue sorted. Thanks. |
Hi @joomdonation thanks for following up. I reported this issue here because I have customers complaining about it and now I can refer them to where the bug actually is. |
I was hoping you could make the PR, but that's OK. We will try to fix it ASAP. |
Closing as having a pull request Please test #44564 . Thanks in advance. |
Steps to reproduce the issue
currently changelogurl is only set (and thus used) on newly installed packages. The changelog button is showed, but when clicked there is not url set to get the contents from (and displays an empty popup)
Expected result
changelogurl field in table #__extensions for packages should be updated to (new) changelogurl
Actual result
changelogurl field in table #__extensions for packages is not updated
System information (as much as possible)
Additional comments
workaround is to set it manually via a install script on updating the package.
The text was updated successfully, but these errors were encountered: