Skip to content
Snippets Groups Projects

Resolve #1156338 "Fixed maximum number"

3 unresolved threads

Closes #1156338

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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 {
  • 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 /**
  • added 1 commit

    • b1676635 - 1156338 - Implemented field config update using batch, Added test for update hook

    Compare with previous version

  • added 1 commit

    • 1583a3b2 - 1156338 - Added test for update hook

    Compare with previous version

  • added 1 commit

    • 83aa4aaa - 1156338 - corected batch limit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    • 2a5e297e - 1156338 - corrected function name

    Compare with previous version

  • added 1 commit

    • 69dd8163 - 1156338 - schema changes for add_more

    Compare with previous version

  • added 1 commit

    • 8852aaca - 1156338 - PHPCS fixes for schema changes

    Compare with previous version

  • added 1 commit

    • 0d4d88e7 - 1156338 - corrected add more config

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • Please register or sign in to reply
    Loading