I have the exact same error.
In my case I don't use the combined fields filter.
But, I did use an exposed filter in a views block display, which triggered the error, regardless whether ajax was turned on or not.
Using Drupal distribution Open Social 11.7.1 which uses Drupal 9.4.11
Yuri → created an issue.
Yuri → created an issue.
Using the current ECA dev version:
The BPMN.iO display now appears, but on top of that a bunch of error messages:
Warning: Trying to access array offset on value of type null in Drupal\social_group\Plugin\Action\AddMembersToGroup->buildConfigurationForm() (line 117 of profiles/contrib/social/modules/social_features/social_group/src/Plugin/Action/AddMembersToGroup.php).
Warning: Trying to access array offset on value of type null in Drupal\social_group\Plugin\Action\AddMembersToGroup->buildConfigurationForm() (line 129 of profiles/contrib/social/modules/social_features/social_group/src/Plugin/Action/AddMembersToGroup.php).
Warning: Array to string conversion in Drupal\eca_modeller_bpmn\ModellerBpmnBase->optionsField() (line 838 of modules/contrib/eca/modules/modeller_bpmn/src/ModellerBpmnBase.php).
Warning: Array to string conversion in Drupal\eca_modeller_bpmn\ModellerBpmnBase->optionsField() (line 838 of modules/contrib/eca/modules/modeller_bpmn/src/ModellerBpmnBase.php)
Warning: Array to string conversion in Drupal\eca_modeller_bpmn\ModellerBpmnBase->optionsField() (line 838 of modules/contrib/eca/modules/modeller_bpmn/src/ModellerBpmnBase.php).
Warning: Trying to access array offset on value of type null in Drupal\social_group\Plugin\Action\ChangeGroupMembershipRole->buildConfigurationForm() (line 138 of profiles/contrib/social/modules/social_features/social_group/src/Plugin/Action/ChangeGroupMembershipRole.php).
Warning: array_flip(): Can only flip string and integer values, entry skipped in Drupal\Core\Entity\EntityStorageBase->loadMultiple() (line 312 of core/lib/Drupal/Core/Entity/EntityStorageBase.php).
The full stack traces are here: https://gist.github.com/Corvalan/bb55278ac50e387ba8f95268a334f3b7
Hi Jurgen, the modules page says ECA core is indeed version 1.1.1.
Which is a bit strange because I installed it using the composer link on the project page, which says:
1.1.2 Stable release covered by the Drupal Security Team released 1 March 2023. composer require 'drupal/eca:^1.1'
I'll install the dev version now, thanks
This issue is not fixed, please reopen
I found a workaround, although its not optimal in user experience:
.sidr.right:hover {
right: 0;
}
This allows the sidr region to stay open when clicking inside sidr (unless the link requires a full page refresh), and sidr will close directly when hovering out of the sidr region.
Also, any feature that expands or collapses a block in the sidr region, makes the sidr collapse, thus makes it disfunctional.
Yuri → created an issue.
Yuri → created an issue.
Yuri → created an issue.
Hi, did you find a workaround for this issue?
@ronald Any updates about the new theme? The preview is not accessible any more.
My installation also has this issue,
Using social-11.7.1
It relates to the group select widget type in the node edit form.
It throws this error when using:
- Autocomplete
- Autocomplete tags style
- Categorized checkboxes/radio buttons
The error does not show when using:
- Social group select list
- Select2
- Select list
p.s. your patch in #2 did not work for me.
Correction: this appears to be caused by the Open Social distribution that I was using, which removes contextual links in nodes.
(See issue in that project:
https://www.drupal.org/project/social/issues/3341081 →
)
This makes QuickEdit not working, therefore also not Simpler QuickEdit.
Closing this issue for now.
This is still an unresolved issue in recent versions of Open Social. Can this be addressed?
Patch #2 makes my views blocks disappear that display group content with some group content relations. Did not dig deep in this yet.
Drupal 9.4.10, PHP8.1.14, Using installation profile social-11.7.0-rc1 that uses Group 8.x-1.5
The code mentioned in #7 does not work for recent versions of OS and Group
Error: Call to a member function getCurrentRequest() on null
Which appears to be similar to this
https://www.drupal.org/project/custom_book_block/issues/3221656 →
As a consideration, as alternative for this approach to make the complementary bottom region visible on mobile phones, the region can be made to appear under the main content.
Maybe its better to *not* close the sidr off-canvas region when clicking a link at all.
When a page is loaded using a link in the sidr off-canvas region, the whole page including the off canvas region is reloaded.
See for example the off canvas menu of Olivero, that does not close itself when clicking a link.
@himanshu_jholoya I don't think the regions set in info.yml are the issue, since they appear correct.
What I do think, is that apart from the socialblue theme code, there are dependencies on the socialblue theme inside the opensocial distribution code.
I did a search for 'socialblue' in the source code of social 11.6.3 https://www.drupal.org/project/social/releases/11.6.3 → (using dnGrep) and this had a lot of results.
I actually think that this is not only an issue for the Books page, although I did not yet did research on other differences between the copied theme and original socialblue theme when installed.
See attached the search results: https://www.drupal.org/files/issues/2023-01-30/Grep%20of%20socialblue%20... →
If this is a major issue, this issue should be addressed by now.
Hi, just checking if there are any plans to base OpenLucius on the Drupal entity and views system. It appears that none of the core Drupal functionality is actually used, making it as good as not possible or not interesting to either help develop this project.
Yuri → created an issue.