Re-rolled #20 to apply to 10.3
Re-rolled patch to apply to 10.3
Completed the survey!
dom. β credited nord102 β .
nord102 β created an issue.
I would argue that Tags makes sense to be a plural.
My thought process is that if we think of a Taxonomy Term to be the equivalent to a Node, then a collection(taxonomy) of Terms is equivalent to a view of Nodes, where the latter two are plural. When you name a view, it's typically the plural (E.g. Article content type will have a view of Articles). I think the same logic would apply to Taxonomy, where In this case, Tags would represent the collection(taxonomy) of Tag Terms, where each term is the singular and the collection(taxonomy) is the plural.
Re-rolled #18 for the latest version of the module 8.x-2.3
Noting that #19 was trying to add things that are currently being worked on here #3057444: Error on Layout Builder Manage Layout screen β
For some reason, the configuration that is being used by core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php
> initializeView()
has empty view information in $this->getConfiguration()['view']
. The correct view information seems to be in $this->getConfiguration()['handler_settings']['view']
instead.
I've created a patch that will use the ['handler_settings']['view']
as a fallback when ['view']
is NULL
I have created a fork and MR that leverages filter_var
as the Autoplay and Responsive Video setting values are set to strings (e.g. "true") which result in FALSE without the filter_var
nord102 β created an issue.
nord102 β created an issue.
I've created a new MR based on the latest release and leveraging the work done in #7. I have closed the other MR as it was out of date.
One thing I noticed is that PasswordStrengthMatcherPluginManager.php
references two classes that don't exist anymore:
Plugin/PasswordStrengthMatcher
Drupal\password_strength\PasswordStrengthMatcherInterface
So that's something we should probably fix as well
nord102 β made their first commit to this issueβs fork.
@greggles Ah, I didn't see that you had already tagged it, awesome!
@greggles Thank you!
@joseph.olstad I should be able to get a tagged release out tomorrow
nord102 β created an issue.
@greggles This looks good to me
Hey @SAVEL
Sounds good, I'll get a D10 roadmap issue going and link it to this issue once I do. I'll likely try to get a bunch of changes on that issue all at once, unless there is already an issue for something
Stay tuned!
I have reached out to https://www.drupal.org/u/savel β on April 24 to review this issue
nord102 β created an issue.
That error message doesn't look like it has anything to do with the Config Ignore module.
I would encourage you to investigate a bit more into your site configuration as a whole.
nord102 β created an issue.
Thanks for the fix, looks like that was missed with the _roleassign_get_assignable_roles
rework.
As for the Bulk Actions, it doesn't look like we currently have tests, but we should, that way it can catch things like this in the future. I'll make an new issue for that
Re-rolled the previous patches to use the $block_plugin->label()
and translate it properly.
I have created a release for 2.0.0
nord102 β made their first commit to this issueβs fork.
Setting to Needs work because we'll need tests cases to test the negate setting
@svendecabooter yes, just trying to get a few more issues fixed and then I'll do a new release, aiming for the end of this week
Although it looks like the CodeKarate link is working, as of right now, I changed this to link directly to YouTube in case the CodeKarate link stops working again in the future.
Although there has been some documented steps in this thread, I am having trouble reproducing this. Can someone provide some clearer steps on how to reproduce as well as what version of core you're testing on?
Setting as Fixed since π Automated Drupal 10 compatibility fixes Fixed has been merged in
Thanks all for the contribution on this!
I attempted to contact the current maintainer on March 8 through both Slack and the Drupal.org contact form, will wait for a reply.
Just want to note that I also reached out via the contact form and slack to see if I could get ahold of the current maintainer and see if I can be promoted from co-maintainer to maintainer, that was my goal in my original ticket π Offering to maintain RoleAssign Fixed , I will also update that ticket as well.
@joseph.olstad
I've already cloned the repository, but it looks being added as a co-maintainer on drupal.org does not add you to the Project members list for the Git Repo (https://git.drupalcode.org/project/roleassign/-/project_members), hence my inability to push / merge MRs
I will follow the steps from https://www.drupal.org/docs/develop/managing-a-drupalorg-theme-module-or... β to see if I can take over as a full maintainer
@joseph.olstad
I am currently a co-maintainer on RoleAssign, but I do not have push / merge permissions, which limits how much I can help move things forward, I have also messaged the main maintainer to see if I can even get upgraded permissions to move things along.
@dpagini
I was able to reproduce this with the following steps:
- Fresh install with Drupal core 9.5.3 and Drush version 10.6.1
- Composer require Config Override via
composer require 'drupal/config_override:^2.0'
- Enable Config Override
- Run a drush command from the command line e.g.
drush status
Result: Error specified in #5
Tested the patch from the MR mentioned in #5
Can confirm it works as expected, removing the core
key as well as properly updating the core_version_requirement
key
Marking as RTBC
Hey all,
Apologies for the delay on this, I will look into the RTBC issues and and getting a new release out this week.
@stefanmz7
There are currently a few options to pick from:
- Automatically generate the label and hide the label field
- Automatically generate the label if the label field is left empty
- Automatically prefill the label
Are you saying that these options aren't working as expected?
Please provide more detail and steps to reproduce the issue