[4.0] Remove show_associations field of association is not enabled#23501
Merged
wilsonge merged 7 commits intojoomla:4.0-devfrom Jan 14, 2019
Merged
[4.0] Remove show_associations field of association is not enabled#23501wilsonge merged 7 commits intojoomla:4.0-devfrom
wilsonge merged 7 commits intojoomla:4.0-devfrom
Conversation
Member
|
I have tested this item ✅ successfully on 802acf8 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/23501. |
Contributor
|
I applied this patch and I could create and save an article. I see no change in the Perhaps we can delete the line in this PR, too. |
Contributor
|
I have tested this item ✅ successfully on 88d5f95 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/23501. |
Contributor
|
@zero-24 RIPS please |
Contributor
RIPS seams to be fine? |
Contributor
|
Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Pull Request for Issue # .
Summary of Changes
This simple PR removes the field show_associations field of association is not enabled. It causes fatal error while saving article when I tested PR #12414 and @Hackwar had to add a check (which I think not necessary) to prevent the error.
Plus, it also removes some unused variables/lines of code which can be seen easily if you use a good IDE like phpstorm.
Testing Instructions
Apply patch, try to save article and confirm nothing broken. Maybe code review should be enough.