@bbrala Yes, you are right and you reproduced it correctly, that if we import it as a string, it ends up as interger, ie - 0.
But i believe it would be better if we give an error message while importing, something like - String passed, expects integer value.
Hello @bbrala
Your MR looks good.
But, I have one query. Currently, in Views configuration file, if the `offset` or `items_per_page` values are provided as strings (even though they should be integers), the configuration import (cim) works fine without any errors. However, when I open the view in the UI, these values appear as 0.
Ideally, the system should throw an error during the config import itself, indicating that `offset` or `items_per_page` must be integers.
So, moving this issue to Needs Work.
Thanks.
Hello @joville
Can you please share few more details like a screenshot of the issue or anything else because i am not able to reproduce this issue on my end.
Thanks.
jatingupta40 โ made their first commit to this issueโs fork.
Hello @paulmckibben, as per your suggestions, i have updated the MR.
It is good to merge now.
Thanks.
jatingupta40 โ made their first commit to this issueโs fork.
Hello,
Even though I have added the video, it shows the required error.
For v4.0.0-alpha5 this issue is not coming to me but I upgraded it to v4.0.0-alpha6 and got this same error.
In my case, when i upgraded my Drupal core version from 10.3 to 10.4.4 this error arises.
I tried to use the #23 patch and it worked for me.
jatingupta40 โ created an issue.
Today when i upgraded the module to 3.0.2, i got this same error.
I tried with the #2 MR, and can confirm that this MR is working fine and can be merged.
Moving it to Need Review state.
Thanks.
I also upgraded the module to 1.26 version.
I tried to apply patch #7, and it didn't work.
While tested as of now, the array is in the json format instead of being PHP serialized string.
Will try to resolve and create a patch for it.
Thanks.
Hello @traviscarden
I tried doing the rebase, and it is saying - `Current branch 3504819-component-names-are is up to date.`
It is good to go.
Thanks.
Hello,
I attempted to reproduce this issue on my local Drupal installations, specifically versions 10.2.3 and 11.0.0.
I agree with the analysis in comment #13 that the image appears to be broken. However, I did not observe the specific issue where the image completely disappears.
Additionally, when I tried copying and pasting the image alone, it successfully got added to CKEditor 5.
I will try to look further into the issue.
Thanks
#3091424: Created and rebase the MR with respect to 8.x-1.x.
Moving to Needs Review.
jatingupta40 โ made their first commit to this issueโs fork.
Hello @cilefen
Using the steps mentioned in #18, I tested multiple Drupal versions to determine if the issue persists. I found that the error occurs specifically in Drupal v10.4.1 and v11.1.1.
Hello @benjifisher
I got this same issue on Drupal v10.4.1 also.
Please find the details -
OS - Ubuntu Linux
Browser - Chrome
DDEV Version - v1.24.3
Commands for installation -
- composer create-project drupal/recommended-project:11.1.1 "drupal-11.1.1"
- cd drupal-11.1.1
- Configure DDEV -
- ddev config
- project_name
- web
- drupal11
- ddev start
I have explored this issue, and my findings are that the batch processes are not getting completed.
Issue #3508933: The list of components incorrectly displaying the name value is fixed.
Thanks.
jatingupta40 โ made their first commit to this issueโs fork.
We also experienced the same issue on our site, the #9 patch resolved the issue.
Everything else also seems to be working fine and this issue can be closed.
Thanks.
I will work on this issue.
Kristen Pol โ credited JatinGupta40 โ .
I will review this MR.
Thank you for the review and for providing the suggestions.
I have made the suggested changes. Please review. @finnsky @m4olivei
Sure @m4olivei. Appreciate your suggestion, Will work on that.
Hello @m4olivei I have made the changes regarding the suggestion you provided. Can you please again have a look at it? Thanks
Thank @m4olivei for the suggestions you have provided. Will definitely work on it.
Thank you for noticing this issue @ckrina. I will work on it and update the code.
JatinGupta40 โ made their first commit to this issueโs fork.
I have reviewed #6, and it is working fine as per the proposed solution so I am moving it to RTBC.
Thanks.
I will review this patch(#3).