My bad, this was happening due to a patch applied on my site.
sushyl → created an issue.
sushyl → created an issue.
rahul.shinde → credited sushyl → .
sushyl → changed the visibility of the branch 3309677-ckeditor-mentions-compatible to hidden.
sushyl → created an issue.
I think this is only happening when a custom error is set using setError() as follows.
$form_state->setError($form['field_name']['widget'][0]['value'], 'Please enter name.');
I can reproduce this issue when working with horizontal tabs. Seems like this issue was closed when it was fixed for the accordion field group.
@indranil roy
are you using integer radio buttons for the webform fields?
sushyl → created an issue.
rahul.shinde → credited sushyl → .
rahul.shinde → credited sushyl → .
ChrisDarke → credited sushyl → .
Thanks @mradcliffe,
Updating the Issue summary.
The current categories on the project page are :
- Administration Tools
- Content Editing Experience
- Decoupled
I think SEO and Decoupled align better with the module according to the module's project page
- Decoupled: according to the project page the module provides APIs; for integration with a decoupled apps
- Search Engine Optimization (SEO): Exposing the content data to the Search engines is one of the primary features the module.
but I don't think that the Schema.org blueprint module is a good fit for Administrative tools category since the module does not seem to enhance the administrative experience in the current project (it might be relevant for the new schemadotorg_experimental project)
I'm working on this for #Portland2024
After reading the project I think following category would be appropriate for the Search API project:
- Site Search
I'm working on this one. #Portland2024
Keeping the novice tag on this one after reviewing the issue.
This needs a simple assertion which can be added in the existing test SorePagerSettings to assert that when
- the number of items in the pager is set to `0`
- and the pager type is set to "Display a specified number of items"
the text on the pager option link is "All items" and not "0 items"
rahul.shinde → credited sushyl → .
Posting a patch as per the proposed solution to fix the warnings.
sushyl → created an issue.
rahul.shinde → credited sushyl → .
It's always a great opportunity and honour to work with amazing people and learn from your peers in the community.
It was fun helping organizing the camp!
This works for php versions 8 and above with the latest version of PHPCompatibility
Steps for PHP 8.2:
- composer require --dev phpcompatibility/php-compatibility:9.3.5
- vendor/bin/phpcs --config-set installed_paths vendor/phpcompatibility/php-compatibility/PHPCompatibility
- vendor/bin/phpcs -i
- vendor/bin/phpcs -p . --standard=PHPCompatibility --runtime-set testVersion 8.2
JoiGarrett → credited sushyl → .