This repository was archived by the owner on Nov 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Conversation
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
An admin must run tests on this PR before it can be merged. |
rogyar
approved these changes
Mar 3, 2020
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.
I suspect that the description could be clarified a bit. Can one of you give me a plain-speech version of what this attribute does? |
Good Morning,
Through the InsertListing component we can make a listing within a form,
correct? Within the list we can use the component 'selectionsColumn' to
select the items listed.
The 'selectionsProvider' component brings exactly all items selected for
the same request, so we can work with all the data in the controller.
Without this 'selectionsProvider' the items selected in the list do not
arrive in the controller request.
Em ter., 3 de mar. de 2020 às 12:48, Donald Booth <notifications@github.com>
escreveu:
… I suspect that the description could be clarified a bit. Can one of you
give me a plain-speech version of what this attribute does?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#6759?email_source=notifications&email_token=ANI77TW3MFX6HULDCSS6RSTRFURFXA5CNFSM4K7UX2G2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENUAMII#issuecomment-594019873>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANI77TQKFWFJVXYDLARFBI3RFURFXANCNFSM4K7UX2GQ>
.
|
dobooth
approved these changes
Mar 9, 2020
running tests |
Hi @gioal, thank you for your contribution! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Purpose of this pull request
This pull request (PR) ...
This pull-request aims to clear some doubts on how to bring the data from a listing to the form to persist in the database.
Researching some solutions, it was notable that in StackOverflow other developers are experiencing the same difficulty, usually solved by JavaScript. But, there is this feature made available in magento to give this type of support in a much simpler and more practical way.
Affected DevDocs pages
Links to Magento source code