Subforms within subform rows will initialize themselves when new rows…#24919
Merged
HLeithner merged 3 commits intojoomla:stagingfrom May 20, 2019
Merged
Subforms within subform rows will initialize themselves when new rows…#24919HLeithner merged 3 commits intojoomla:stagingfrom
HLeithner merged 3 commits intojoomla:stagingfrom
Conversation
wilsonge
approved these changes
May 16, 2019
Contributor
|
I have tested this item ✅ successfully on 6e6290a This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/24919. |
1 similar comment
Contributor
|
I have tested this item ✅ successfully on 6e6290a This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/24919. |
Contributor
|
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/24919. |
Member
|
thx |
tecpromotion
pushed a commit
to tecpromotion/joomla-cms
that referenced
this pull request
May 23, 2019
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
Subform repeatable has a function
fixScriptswhich calls a few js initialization functions on a few of the field types that require it. There is a now a better way to handle that kind of thing by having any field that may need initialization listen for an event fired by subform repeatable. In this PR, I am transferring responsibility of one such initialization from subform repeatable to the correct field type itself.Note: this PR doesn't really fix anything. Nest subforms already work with repeatable subforms. This just does it in a somewhat better way.
Testing Instructions
Set up a subform containing a subform. There's a subform in the redirect plugin that's simple to use for this purpose.
Open up the form and create new rows. The subform in each new row should function properly.
Expected result
Nested subforms function normally.
Actual result
Nested subforms function normally.
Documentation Changes Required
None