Fix schema issue on aggregated fields
3 unresolved threads
Closes #2976616
Merge request reports
Activity
added 1049 commits
-
c4bae0fa...645c4957 - 1048 commits from branch
project:11.x
- 6631ef81 - Fix schema issue on aggregated fields
-
c4bae0fa...645c4957 - 1048 commits from branch
added 267 commits
-
6631ef81...bd4a29da - 266 commits from branch
project:11.x
- 6ee18eb6 - Fix schema issue on aggregated fields
-
6631ef81...bd4a29da - 266 commits from branch
added 58 commits
-
1026332c...07abb808 - 57 commits from branch
project:11.x
- 382a0228 - Merge branch drupal:11.x into 2976616-aggregated-entity-fields
-
1026332c...07abb808 - 57 commits from branch
added 77 commits
-
382a0228...b21bcf4e - 75 commits from branch
project:11.x
- cedf66d1 - Fix schema issue on aggregated fields
- 43da637e - Add condition for group_type key
-
382a0228...b21bcf4e - 75 commits from branch
added 3 commits
-
43da637e...b80bfda1 - 2 commits from branch
project:11.x
- 0952f976 - Add condition for group_type key
-
43da637e...b80bfda1 - 2 commits from branch
1585 1594 1586 1595 // If the query and fragment were programmatically assigned overwrite any 1587 1596 // parsed values. 1588 if (isset($alter['query'])) { 1597 // This code allows for possibility of extra keys in $alter not declared in 1598 // defineOptions() or schema.yml. 1599 if (!empty($alter['query'])) {
Please register or sign in to reply