Issue #2894747 by Lendude, milindk, veronicaSeveryn, super_romeo,...
1 unresolved thread
Merge request reports
Activity
added 1 commit
added 392 commits
-
7312f749...a9865eb3 - 384 commits from branch
project:11.x
- d0803195 - Issue #2894747 by Lendude, milindk, veronicaSeveryn, super_romeo,...
- 95da9808 - Issue #2894747: restore erroneous changes for ++ in for...loop
- 461e3a89 - Issue #2894747: code cleanup
- 6e0d6edc - Issue #2894747: fix more erroneous '+' missing... did some replace all '+' with ''? why????
- e115d0ea - Issue #2894747: removing unused view_html_id
- 189d8c67 - Issue #2894747: fix test expectations
- 5fbb5f40 - Issue #2894747: tests - find exposed form with 'starts with' CSS selector
- 589d6384 - Issue #2894747: remove duplicate creation for 'page' content type
Toggle commit list-
7312f749...a9865eb3 - 384 commits from branch
added 1 commit
added 13 commits
-
b8a1ad05...e687d46e - 4 commits from branch
project:11.x
- c64c9a04 - Issue #2894747 by Lendude, milindk, veronicaSeveryn, super_romeo,...
- 57bbe7ed - Issue #2894747: restore erroneous changes for ++ in for...loop
- af0605fb - Issue #2894747: code cleanup
- 511711fb - Issue #2894747: fix more erroneous '+' missing... did some replace all '+' with ''? why????
- 27c86467 - Issue #2894747: removing unused view_html_id
- fb7a0bd8 - Issue #2894747: fix test expectations
- e14fc2ac - Issue #2894747: tests - find exposed form with 'starts with' CSS selector
- 86b1461e - Issue #2894747: remove duplicate creation for 'page' content type
- fa3efe2c - Issue #2894747: applied intent of patch 98 by Matthijs - ensure that each...
Toggle commit list-
b8a1ad05...e687d46e - 4 commits from branch
added 83 commits
-
fa3efe2c...a9b40008 - 74 commits from branch
project:11.x
- fad09781 - Issue #2894747 by Lendude, milindk, veronicaSeveryn, super_romeo,...
- 0101425a - Issue #2894747: restore erroneous changes for ++ in for...loop
- 4123d785 - Issue #2894747: code cleanup
- e8a2d548 - Issue #2894747: fix more erroneous '+' missing... did some replace all '+' with ''? why????
- e8c4d3fb - Issue #2894747: removing unused view_html_id
- d99512bb - Issue #2894747: fix test expectations
- 0b3e3dcc - Issue #2894747: tests - find exposed form with 'starts with' CSS selector
- b8d6a8c0 - Issue #2894747: remove duplicate creation for 'page' content type
- 4498db3b - Issue #2894747: applied intent of patch 98 by Matthijs - ensure that each...
Toggle commit list-
fa3efe2c...a9b40008 - 74 commits from branch
added 1 commit
- 5743a682 - moved the once() back to the exposed form, preserved this.exposedFormAjax on multiple calls
added 1 commit
- 8497343f - preserve once for 'exposed-form', added separate 'exposed-form-attach' once so...
added 1 commit
added 1 commit
- 16e45121 - Fix unit test for exposed form duplicate ids
added 2446 commits
-
16e45121...46281c68 - 2445 commits from branch
project:11.x
- e342091e - Merge branch drupal:11.x into 2894747-11.x
-
16e45121...46281c68 - 2445 commits from branch
added 1 commit
- 57877d71 - Update t() functions to use StringTranslationTrait.
added 1 commit
119 121 $form1 = $page->find('css', '#block-' . $block1->id() . ' form'); 120 122 $form1_id = $form1->getAttribute('id'); 121 123 // Filter by page type in the first form. 122 $this->submitForm(['type' => 'page'], t('Apply'), $form1_id); 124 $this->submitForm(['type' => 'page'], $this->t('Apply'), $form1_id); changed this line in version 17 of the diff
Please register or sign in to reply