Hello and thanks for the module
It would be very useful to be able to change a node language. There is no module now that lets us do it. Thanks
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 2993847-4.patch | 1.37 KB | el1_1el |
| #2 | 2993847-2.patch | 1.18 KB | el1_1el |
Hello and thanks for the module
It would be very useful to be able to change a node language. There is no module now that lets us do it. Thanks
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 2993847-4.patch | 1.37 KB | el1_1el |
| #2 | 2993847-2.patch | 1.18 KB | el1_1el |
Comments
Comment #2
el1_1el commentedWell it seems I am excluding ALL basefields, when I should probably only exclude some (ie nid, uuid, etc.)
Give this patch a try and I'll commit to dev if its working for you.
Comment #3
el1_1el commentedon further testing, default_langcode cannot be changed and dates need reformatting. langcode does seem to work however. will do a new patch shortly
Comment #4
el1_1el commentedremoved the base date fields and added a TODO for those. This should at least add the feature requested. Let me know. Thanks!
Comment #5
candelas commentedHello and thanks
I tested your patch in #4 and by one side, good news because it changes the language, but I got
Also I got the message
I see that the update date in Views page doesn't change.
Thanks for your generous work :)
Comment #6
el1_1el commentedAre you using the dev branch? That bug should be fixed in dev. see https://www.drupal.org/project/bulk_update_fields/issues/2919552
Comment #7
candelas commentedHello and sorry
I was in a hurry and didn't realize that it was not the dev version, nor I search for the error in the issue queue.
I have just done it with the patch and dev. When I made the update for the bbdd, I got this error in 8001 update
Error: Drupal\Component\Plugin\Exception\PluginNotFoundException: The "bulk_update_fields_action_base" plugin does not exist. en Drupal\Core\Plugin\DefaultPluginManager->doGetDefinition() (linea 52 de /xxx/web/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php).After that, I tested the module and not warnings or errors, and the module works perfect.
Thanks very much for your time :)
Comment #9
el1_1el commentedThanks candelas!
I went ahead and committed this to dev as I did not get the db update error after installing alpha1 on a fresh d8.6 and then upgrading to dev with the patch. I'll leave it as to be ported for now. almost time for a second alpha.
thanks again!
Comment #10
candelas commentedI use D8.5.6 :)
Comment #11
el1_1el commented