-
-
Notifications
You must be signed in to change notification settings - Fork 450
Fix install wizard #5190
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
Fix install wizard #5190
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR fixes the install wizard by properly detecting whether the installation has been completed. The key issue was that the installation check didn't account for the temporary placeholder date value ('d-d-d-d-d') that is set in local.xml during the installation process.
Key Changes:
- Extracts the installation date to a variable for improved readability
- Adds an explicit check to exclude the temporary install date placeholder before determining if installation is complete
- Refactors the date validation logic into multiple clear conditions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
|



Fixed Issues (if relevant)