- Issue created by @uberhacker
- 🇮🇳India pradhumanjainOSL
pradhumanjain2311 → made their first commit to this issue’s fork.
- Status changed to Needs review
over 1 year ago 10:59pm 16 April 2024 - last update
over 1 year ago Custom Commands Failed - Status changed to Needs work
over 1 year ago 11:04pm 16 April 2024 The Needs Review Queue Bot → tested this issue.
While you are making the above changes, we recommend that you convert this patch to a merge request → . Merge requests are preferred over patches. Be sure to hide the old patch files as well. (Converting an issue to a merge request without other contributions to the issue will not receive credit.)
- First commit to issue fork.
- Merge request !8296Issue #3416184 by amateescu: Content Moderation should only validate its own workflow type → (Open) created by prabha1997
- 🇺🇸United States xjm
The MR needs to be created against 11.x. Also, contributors should only take the time to create the MR if they're also going to work further on the issue -- creating an MR from a patch with no other contributions is not creditable under our policy. Thanks!
- First commit to issue fork.
- 🇵🇰Pakistan akhtardaha
@ankusht1515 I've the same issue after upgrading to drupal 11.1 Every form field which has zero value(mainly weight) get removed after form render and the patch from #12 didn't fix the issue. Although patch applied successfully.
- 🇮🇳India ankusht1515 Mumbai
@akhtardaha Thank you for your inputs let me verify once again.
- 🇮🇳India ankusht1515 Mumbai
@ akhtardaha I attempted to reproduce the issue on Drupal 11.1, but I couldn’t replicate the problem. can you please add steps
- 🇵🇰Pakistan akhtardaha
@ankusht1515 actually my issue might be a bit different. when I load any form(node, or configuration) the field which has value="0" loads without its value and simply loads like this
0
or
due to this behavior, when I try to save the form, got the validation error that field should have a value.
- 🇪🇸Spain joseantonio7696
@ankusht1515 @akhtardaha, I was able to fix the error with the patch you provided!
In my case, it was a text list where one of the values was “0.” After applying this patch, the issue was resolved.
Thank you very much!