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

[4.2] Fix mistakes in lists of deleted files and folders in script.php #37826

Conversation

richard67
Copy link
Member

Pull Request for Issue # .

Summary of Changes

With the last merge from 4.1-dev to 4.2-dev, PR #37714 was not completely merged up.

The files which had been moved from the list of folders to the list of files have been added in the list of files but not removed in the list of folders.

Furthermore, with this commit, another files was added to the list of folders and not the list of files in 4.2-dev: 61c6f1f

This PR here corrects these mistakes and fixes code style so that the last element in an array is followed by a comma, which is one of our code style rules.

In addition, the version comment "// From 4.1.1 to 4.2.0" is changed to "// From 4.1 to 4.2.0" because that section does not depend on the patch version of 4.1, it applies to any 4.1.

Testing Instructions

Code review should be enough.

Actual result BEFORE applying this Pull Request

Files are in the list of folders to be deleted, and '/administrator/components/com_users/src/Field/PrimaryauthprovidersField.php' appears in both lists of files and folders.

Expected result AFTER applying this Pull Request

Files are in the list of files where they should be.

Documentation Changes Required

None.

@roland-d roland-d merged commit 2069ac3 into joomla:4.2-dev May 18, 2022
@roland-d roland-d added this to the Joomla 4.2.0 milestone May 18, 2022
@roland-d
Copy link
Contributor

Thank you @richard67

@richard67 richard67 deleted the 4.2-dev-fix-errors-in-script-php-from-last-upmerge branch May 18, 2022 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants