Revert "Fix duplicate id="logout-form" in "combo" layout mode" #80
+2
−2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Reverts #79
Hi,
I must apologize as I didn’t properly test the pull request I recently submitted, and I sincerely regret the oversight. The issue lies in how the logout functionality is implemented, and the merged modification prevents the logout from working correctly. This needs to be reverted.
Additionally, the root problem should be addressed more thoroughly. The ideal solution would be to ensure the logout form is included only once in the layout to avoid duplication. Alternatively, we could use a single PHP variable to generate a unique ID that is then used consistently for both the link and the form. For example:
Once again, I apologize for the inconvenience caused.
Best regards,
Giulio