This issue is not related to Linkit Media Library. Go to web/core/modules/media_library/src/MediaLibraryUiBuilder.php and check this comment. //
https://www.drupal.org/project/drupal/issues/2971209
✨
Allow the MediaLibraryUiBuilder service to use an alternative view display
Needs work
import the media_library view and check.
deepesh151086 → created an issue.
Deepesh151086 → created an issue.
An extra field config save function was working on the field_permissions_field_config_edit_form_builder. This has been resolved in 8.x-1.3 . I am closing this issue.
This issue is coming from field_permissions.module file in field_permissions_field_config_edit_form_builder. If we remove the $storage->save(); then this was working but due to this custom permission form hides.
Deepesh151086 → created an issue.
Hi @jsacksick we are doing the validation in commerce/modules/price/src/Element/Number.php. I am getting null while dumping $element['#max']. I am not sure where from we are getting this value. If we may set this value according the 'decimal' datatype field
( decimal(19,6) ) in this file , we can run the validation on max digit in price.
Deepesh151086 → created an issue.
Deepesh151086 → created an issue.
Deepesh151086 → created an issue.
I faced this after installing with it opigno drupal distribution version 3.1.0.
Deepesh151086 → created an issue.
Problem resolved by changing test mode to live in account settings. I was using demo credit cards with live mode initially. Only real credit card numbers will with live mode in sandbox account. With test mode transaction will also take place but with 0 transaction id ,so will not be visible in 'transaction details'.
Hi Zim, that worked me too but on payment completion I am getting "We encountered an error processing your payment method. Please verify your details and try again." and in logs I am getting Received response with code Error from Authorize.net: E00003: The 'AnetApi/xml/v1/schema/AnetApiSchema.xsd:customerProfileId' element is invalid - The value '' is invalid according to its datatype 'AnetApi/xml/v1/schema/AnetApiSchema.xsd:numericString' - The Pattern constraint failed.
Even though I am receving emails in my account with approved status.
Deepesh151086 → created an issue.
Hi @mkalkbrenner , this will break with password policy module. Attaching a new patch which resoves the problem.
Hi above patch is solving the issue
In Drupal 8 and 9 you can follow my article on medium https://medium.com/@deepesharora.arora1/altering-csv-before-downloading-...