Hi @davemaxg
I am also facing the similar issue. I want to update one of the existing field value on form submit via post request in my custom form handler and it is not updating.
Did you find any solution for this?
vikas shishodia โ created an issue.
vikas shishodia โ created an issue.
Hi,
I am using 3.0.0 version of 'Entity Auto Label' module. With this version i am facing issue with content moderation, when I create a content first time in Draft state it does not reflect in Moderated Content tab. However if I resave that content then it start reflecting in Moderated content tab.
To fix this I used the Re roll patch provided in https://www.drupal.org/project/auto_entitylabel/issues/3076302#comment-1... ๐ Set Label runs two times on node creation Needs work Using this patch my issue got resolved.
But now when I am creating node first time then it is invoking hook_entity_insert, that is fine. But it also invoking hook_entity_update due to which, the code that i only want to run on node update is also triggering at the node create issue.
So to fix both the above mentioned issue, I just use the 3.0.0 version and removed the hook_entity_insert() from module file then my both use cases are working perfectly.
So need to verify is there any issue if I remove hook_entity_insert() for module file from module 3.0.0 version? Please clarify.
vikas shishodia โ made their first commit to this issueโs fork.
@claudiucristea I applied patch #101 with Drupal 9.5.7, ckeditor5 and it worked fine. Only there is one confusion, after applying this patch if we have set row as 5 in manage form display for the field then it is only showing as 2 on editor.
If we set 6 it is showing 2 rows.
If we set 7 it is showing 3 rows.
If we set 8 it is showing 3 rows.
If we set 9 it is showing 4 rows.
If we set 10 it is showing 4 rows.
and so on....
So is there any reason behind this or this is a bug?
Hi @wengerk
Can you please create a new branch 8.x-2.x So that we can push the ckeditor5 compatible code against that branch for this module.
I have also encountered the same issue. Looks like the LinkUI Plugin is missing.
ckeditor5.js?rsjb26:201 TypeError: Cannot read properties of null (reading 'extendTemplate')
at s._changeFormToVertical (editorAdvancedLink.js?v=9.5.6:217:59)
at s.init (editorAdvancedLink.js?v=9.5.6:208:22)
Hi @tfranz
I am just creating a patch with your zip file.