Skip to content

[6.0] Version fixes #45955

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

Draft
wants to merge 8 commits into
base: 6.0-dev
Choose a base branch
from
Draft

[6.0] Version fixes #45955

wants to merge 8 commits into from

Conversation

rdeutz
Copy link
Contributor

@rdeutz rdeutz commented Aug 21, 2025

Follow up for #45515 to fix know issues

Summary of Changes

Cleanup and fix know issues

Testing Instructions

Will follow

Actual result BEFORE applying this Pull Request

Expected result AFTER applying this Pull Request

Link to documentations

Please select:

  • Documentation link for docs.joomla.org:

  • No documentation changes for docs.joomla.org needed

  • Pull Request link for manual.joomla.org:

  • No documentation changes for manual.joomla.org needed

@rdeutz rdeutz marked this pull request as draft August 21, 2025 13:51
return $result;
}

// Legacy code for history concept before 6.0.0, depeciated 6.0.0 will be removed with 8.0.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// Legacy code for history concept before 6.0.0, depeciated 6.0.0 will be removed with 8.0.0
// Legacy code for history concept before 6.0.0, deprecated 6.0.0 will be removed with 8.0.0

@@ -24,6 +30,22 @@
*/
trait VersionableModelTrait
{
/**
* Fields to be ignored when calculation the hash.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Fields to be ignored when calculation the hash.
* Fields to be ignored when calculating the hash.

protected $ignoreChanges = [];

/**
* Fields to be converted to int when calculation the hash.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Fields to be converted to int when calculation the hash.
* Fields to be converted to int when calculating the hash.

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

Successfully merging this pull request may close these issues.

4 participants