Resolve #1156338 "Fixed maximum number"
3 unresolved threads
Closes #1156338
Merge request reports
Activity
added 475 commits
-
d8c5d695...820d76b2 - 474 commits from branch
project:11.x
- da7f61b2 - Merge branch drupal:11.x into 1156338-fixed-maximum-number
-
d8c5d695...820d76b2 - 474 commits from branch
added 580 commits
-
1613df7d...54f16eb6 - 579 commits from branch
project:11.x
- 2308e63e - Merge branch drupal:11.x into 1156338-fixed-maximum-number
-
1613df7d...54f16eb6 - 579 commits from branch
added 210 commits
-
fe10c410...576253ca - 201 commits from branch
project:11.x
- 23a73d96 - abc
- e7872979 - Resolve merge conflict.
- 7e5930f3 - Resolve conflicts.
- fe06f7db - Update file WidgetBase.php
- 8ab33585 - add more button
- 4acfe85c - use #max_delta instead
- 45132f22 - Add add_more option
- f4739bb7 - Remove unused variable
- 1d910484 - Issues/1156338: Add tests.
Toggle commit list-
fe10c410...576253ca - 201 commits from branch
added 1 commit
- 913ad271 - Added update hook to update show add more config for multivalued fields
added 415 commits
-
913ad271...dd5c7b57 - 414 commits from branch
project:11.x
- 04e4fff4 - Merge branch '11.x' of https://git.drupalcode.org/project/drupal into 1156338-fixed-maximum-number
-
913ad271...dd5c7b57 - 414 commits from branch
added 15 commits
-
ac956ec8...69dc12e1 - 14 commits from branch
project:11.x
- 64bc6b25 - Merge branch drupal:11.x into 1156338-fixed-maximum-number
-
ac956ec8...69dc12e1 - 14 commits from branch
11 11 function field_update_last_removed(): int { 12 12 return 8500; 13 13 } 14 15 /** 16 * Adds default config for Show add more button for multivalued fields. 17 */ 18 function field_update_9001(): void { changed this line in version 17 of the diff
430 430 ], 431 431 ]; 432 432 $field_row['#attributes']['class'][] = 'field-plugin-settings-editing'; 433 434 if ($field_definition->getFieldStorageDefinition()->getCardinality() > 1) { 435 $field_row['plugin']['settings_edit_form']['add_more'] = [ 436 '#type' => 'checkbox', 11 11 function field_update_last_removed(): int { 12 12 return 8500; 13 13 } 14 15 /** I have created the test for the update hook and did batch processing, please check
Edited by Ramprassad Suresh
added 1 commit
- b1676635 - 1156338 - Implemented field config update using batch, Added test for update hook
Please register or sign in to reply