I get this problem to and delete protected property and starts work)
@aram.gevorgyan Thank you.
artyom hovasapyan β created an issue.
See #3483342 task
https://www.drupal.org/project/moderation_sidebar/issues/3483342
π
Js bug when double click on Quick Edit
Needs work
Connect
Solution. It's work for me.
artyom hovasapyan β created an issue.
On drupal 10.2.4 have already fixed.
https://www.drupal.org/project/drupal/issues/3414415
π
Content language and translation AJAX expansion is backwards
Fixed
.
Good.
Thank you.
I found solution :). We must add !.
In case of group content menu the menu id isn't an integer but is a string like group_menu_link_content-9.
$this->entityTypeManager->getStorage('group_content_menu')->load($menu_id);
returns null
You can disable(customize).
Patches don't work correctly(drupal 9.5/10).
Reproduce
- Site is multilingual (there are 3 languages)
- Create field in the Article CT which type is link(non translatable, unlimited)
- Need only URL (Allow link text is disabled )
- create new Article and set 3-4 ULRs(working great)
- Translate node and click save
- Throw errors (img)
- 2th time we can't translate the same translation.
Artyom Hovasapyan β created an issue.
Or you can use patch this patch.
It's work for me.
I have had checkbox field and At first didn't work but when I remove field and add other type(date) starts work. :)
Single on/off checkbox(Img1) must be Check boxes/radio buttons(img2) and all work.
I don't know about taxonomy term but maybe it will work for term.
I think it's good idea.
Thank you. Work for me.
Need preprocess_entity_print and add Your css.
Its work for me.
CUTOM_MODULE_preprocess_entity_print(&$variables) {
if ($variables['content'][0][0]['#node']->getType() == 'CONTENT_TYPE') {
$custom_css = '<link rel="stylesheet" media="all" href="LINK_TO_CSS"/>';
$variables['entity_print_css'] = Markup::create($custom_css . $variables['entity_print_css']->__toString());
}
}
Thank you for patch @Anas_maw .Work for me.
Thanks everyone.
Artyom Hovasapyan β made their first commit to this issueβs fork.
If we have No results behavior then its show too.
Our project like this
1` enable drupal core module workflow (revision levels)
2` have translator roles (can only translate content)
3` when I created Node(draft version) and that time translator can not change paragraph(it's OK) but when change draft to In translation that moment Translator can not translate paragraph (It's wrong)
Thereby I offer change andIf to orIf . It's work correct (for me).
Update #43 change andIf to orIf
Update #43 change andIf to orIf
$access_result = $access_result->orIf($parent_access);
Update #17 change andIf to orIf
https://www.drupal.org/project/entity_extra_field/issues/3336063 π Conn't add Entity extra field form people/accounts (user) Closed: duplicate