Issue #3386762: Open field settings form in a modal in the field creation flow
Merge request reports
Activity
added 1 commit
- 2f277a8c - Create new entity from FieldConfigEditForm using the edit forms label
added 33 commits
-
2f277a8c...e0eb2312 - 27 commits from branch
project:11.x
- 9f77f167 - Apply combined-forms patch
- 7bd9556a - Add ajax callback
- 97734f7d - Create new entity from FieldConfigEditForm using the edit forms label
- 802a2c63 - Move field label to combined form and remove it from manage fields form
- d165de19 - Open add new field in modal
- ece1b328 - Add a new button that will update the Continue with the correct route
Toggle commit list-
2f277a8c...e0eb2312 - 27 commits from branch
added 2 commits
added 1 commit
- 1f8395e7 - Add if condition to machine name to get rid of js error
added 1 commit
- bf7cddbd - Add todo and change prefix line to remove dummy field name
added 86 commits
-
bb40ef1a...da9fb154 - 61 commits from branch
project:11.x
- da9fb154...f48981f5 - 15 earlier commits
- 0d544178 - Non-ajax back functionality
- bd1b1e6a - Use tempstore key variable to access temp store correctly in edit form
- 9a89ddfd - Fix deprecated variable error
- 1857ec00 - Update to better variable name across files
- 1565a95f - phpcs
- b1d6cf4f - Wrap id in html::getClass to fix reference field bug
- 21927b84 - Change how random string is generated
- a2f7130f - Fix add field js trait to consider moved label to edit form
- 761689d5 - Remove callback and use existing one instead for non-ajax
- 71cc2a63 - Update fieldUIAddNewField test trait
Toggle commit list-
bb40ef1a...da9fb154 - 61 commits from branch
117 117 } 118 118 } 119 119 120 Object.keys(settings.machineName).forEach((sourceId) => { 121 const options = settings.machineName[sourceId]; 120 // @todo: See if we can remove this 'if'. 121 // This was added since the machine-name library was added 122 // in FieldStorageAddForm as a temporary workaround so 123 // the form flow can work in a modal. changed this line in version 32 of the diff
added 1 commit
- 06ae2404 - hide continue button until subfield is selected
added 46 commits
-
06ae2404...9698403e - 18 commits from branch
project:11.x
- 9698403e...02cefd68 - 18 earlier commits
- 209f322d - Update to better variable name across files
- cae8163b - phpcs
- eebfc32c - Wrap id in html::getClass to fix reference field bug
- 2f773bed - Change how random string is generated
- 295a5120 - Fix add field js trait to consider moved label to edit form
- 770a1dc8 - Remove callback and use existing one instead for non-ajax
- a48899c6 - Update fieldUIAddNewField test trait
- dfe49924 - Remove 2 todos
- 330353c7 - hide continue button until subfield is selected
- fc629c5a - change modal forms
Toggle commit list-
06ae2404...9698403e - 18 commits from branch
Please register or sign in to reply