- Issue created by @Sourav_Paul
- ๐ฎ๐ณIndia Prashant.c Dharamshala
@Sourav_Paul
The video is blurry, Could you please reattach it? Are you working on this I can see you have assigned it to yourself ?
- ๐ฎ๐ณIndia Prashant.c Dharamshala
The "Filter Categories" UI has been improved and fixed in this https://www.drupal.org/project/project_browser/issues/3318817 ๐ Improve the categories filter type in context to the rest of the filter component ui Needs work and it is working properly.
If you are checking on the cloned version of the module then pull the latest changes. In the released versions also it is working properly for me. Not able to reproduce.
- Issue was unassigned.
- Status changed to Closed: works as designed
about 1 month ago 3:39pm 1 August 2024 - ๐ฎ๐ณIndia Prashant.c Dharamshala
Marking this as closed. Feel free to reopen in case you still facing the issue.
- Status changed to Active
about 1 month ago 1:09pm 8 August 2024 - ๐ฎ๐ณIndia Sourav_Paul Kolkata
@Prashant.c
I retested it on Drupal 11.0.0-rc1 with Project Browser 2.0.0-alpha2.
& yes filters are not working for "Drupal core" tab..Attaching screen recording link: https://www.awesomescreenshot.com/video/30323049?key=ccd0a70dfcc69d680b5...
attaching site's composer.json for reference
{ "name": "drupal/recommended-project", "description": "Project template for Drupal projects with a relocated document root", "type": "project", "license": "GPL-2.0-or-later", "homepage": "https://www.drupal.org/project/drupal", "support": { "docs": "https://www.drupal.org/docs/user_guide/en/index.html", "chat": "https://www.drupal.org/node/314178" }, "repositories": [ { "type": "composer", "url": "https://packages.drupal.org/8" } ], "require": { "composer/installers": "^2.0", "drupal/admin_toolbar": "^3.5", "drupal/core-composer-scaffold": "^11", "drupal/core-project-message": "^11", "drupal/core-recommended": "^11", "drupal/project_browser": "^2.0@alpha", "drupal/upgrade_status": "^4.3", "drush/drush": "^13" }, "conflict": { "drupal/drupal": "*" }, "minimum-stability": "dev", "prefer-stable": true, "config": { "allow-plugins": { "composer/installers": true, "drupal/core-composer-scaffold": true, "drupal/core-project-message": true, "phpstan/extension-installer": true, "dealerdirect/phpcodesniffer-composer-installer": true, "php-http/discovery": true }, "sort-packages": true }, "extra": { "drupal-scaffold": { "locations": { "web-root": "web/" } }, "installer-paths": { "web/core": [ "type:drupal-core" ], "web/libraries/{$name}": [ "type:drupal-library" ], "web/modules/contrib/{$name}": [ "type:drupal-module" ], "web/profiles/contrib/{$name}": [ "type:drupal-profile" ], "web/themes/contrib/{$name}": [ "type:drupal-theme" ], "drush/Commands/contrib/{$name}": [ "type:drupal-drush" ], "web/modules/custom/{$name}": [ "type:drupal-custom-module" ], "web/profiles/custom/{$name}": [ "type:drupal-custom-profile" ], "web/themes/custom/{$name}": [ "type:drupal-custom-theme" ] }, "drupal-core-project-message": { "include-keys": [ "homepage", "support" ], "post-create-project-cmd-message": [ "<bg=blue;fg=white> </>", "<bg=blue;fg=white> Congratulations, youโve installed the Drupal codebase </>", "<bg=blue;fg=white> from the drupal/recommended-project template! </>", "<bg=blue;fg=white> </>", "", "<bg=yellow;fg=black>Next steps</>:", " * Install the site: https://www.drupal.org/docs/installing-drupal", " * Read the user guide: https://www.drupal.org/docs/user_guide/en/index.html", " * Get support: https://www.drupal.org/support", " * Get involved with the Drupal community:", " https://www.drupal.org/getting-involved", " * Remove the plugin that prints this message:", " composer remove drupal/core-project-message" ] } }, "require-dev": { "palantirnet/drupal-rector": "^0.20.3" } }
re-opening this ticket.
- ๐ฎ๐ณIndia Akhil Babu Chengannur
akhil babu โ made their first commit to this issueโs fork.