Just a quick update - Yeah it was something I was doing wrong all is working with the changes thanks for the quick turnaround @TR
Thanks, that seems to have done the job I not longer receive the error but the fivestars are no longer appearing might be something I need to change on my end so will look into it.
@TR I think its might be causing this but just trying to get a Drupal 11 env up to do some development for migration. I need the votingapi_widgets module installed and im doing some things focused around that meaning im installing the 2.0.x branch as it has 11 support for now and hitting this error
14:25:39 WATCHDOG: [ERROR] [node] Drupal\Component\Plugin\Exception\PluginNotFoundException: The "fivestar" plugin does not exist. Valid plugin IDs for Drupal\votingapi_widgets\Plugin\VotingApiWidgetManager are:
Its seems like its not able to discover any of the plugins
When having the messages styled through status-message.html.twig
it grouped messages of the same type into a list. Is it still possible to do this via message.js as from reading the code it calls Drupal.theme('message', { text: message }, options),
for each message then appends it to the element messages__wrapper. I would like to keep the old format to save my screen from being cluttered with multiple alert elements if there are multiple messages to be displayed.
reece.oliver → created an issue.
reece.oliver → created an issue.
+1 to this. Would be good if this module could work with exporting and importing embedded images.
reece.oliver → created an issue.
Yes you understood correctly. Okay I understand, so many variables to think about here. The sql sync command didn't cross my mind I shall look further into this and see if that can circumvent this problem for me. Thank you for your help :)
Hey @artycal, may I request a feature to be added into these drush commands? I see that you have added the ability to export specific entity ids do you think it would be possible to add to the import commands the ability to import to a specific entity id as well?
My use case is that I have two sites and the entity IDs of say A basic page that is present on both sites may not necessarily be the same but the content is. This would be helpful because i could make changes on my "dev" site to the basic page and then I could export and import those changes to my "prod" site to the basic page which has a different ID.
I think this would a useful feature to add as from my experience if you haven't used a content sync module in the past and have been copying changes over sites manually your node/entity ids wouldn't necessarily link up if created in different orders
reece.oliver → created an issue.
Thank you very much, I did eventually make a patch myself after opening this, but Drupal wasn't letting me comment on the issue yesterday. We had the same solution anyhow. Cheers for getting a fix together so quickly
reece.oliver → created an issue.