madelyncruz β created an issue.
madelyncruz β created an issue.
@vijayavelr, I edited #4 on how to replicate the issue. The form widget has to "Inline entity form - Simple". could you please try again?
madelyncruz β changed the visibility of the branch 8.x-1.x to hidden.
madelyncruz β created an issue.
madelyncruz β created an issue.
madelyncruz β created an issue.
madelyncruz β made their first commit to this issueβs fork.
madelyncruz β created an issue.
madelyncruz β created an issue.
madelyncruz β created an issue.
I've encountered the same issue in my Drupal 10 instance. It appears that there have been no modifications in the forked version, so I am including the patch here to resolve the issue in D10.
Thank you, geoanders.
Hi geoander,
Thank you for your response and for the testing. We're working with a shared codebase, and I noticed there's a
patch β
in our composer.json file related to the
Fix from #68 for color in 9.4.x with PHP 8.1 deprecation fix in rgbToHex()
π
Color css files are not regenerated when deploying through configuration management
Needs work
comment. The patch removed several functions, including the _color_unpack()
function. I can't remove the patch because it was added by other developers to fix the issue with generating CSS files.
I was wondering if it's possible to make the color module optional, just like your initial proposal from the other related issue. I'd really appreciate hearing your suggestions on this matter.
Hi geoanders, composer install works now. thank you for the release!
madelyncruz β created an issue.
Upon checking further, it appears that the update is still on 3.x-dev. I'm also looking at this thread -> https://www.drupal.org/project/signature_field/issues/3359970 π Dependency to deprecated Color module Fixed . I agree to make the color module optional. If it's not available, we can use a regular text field instead. Do you think this is possible? I believe we don't need a fancy UI to define the hex color because usually only web developers will be managing the site structure .
Hi dineshkumarbollu,
Thank you for your quick response. I didn't realize that the same issue had been fixed two weeks ago. Is the update applicable to 3.x version or does it require a specific module version? I can't find the updates on composer.json and inyo.yml files in my local and here - https://git.drupalcode.org/project/signature_field/-/blob/3.0.0/composer...
madelyncruz β created an issue.
@bluegeek9 Based on my previous testing, you should be able to replicate the issue with one of below:
1) Enable the module using a fresh installation of Drupal.
2) For the successful installation of message_ui or existing ones, add the message_ui contextual links in message views.
madelyncruz β created an issue.