@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
or
due to this behavior, when I try to save the form, got the validation error that field should have a value.
@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.
waiting for the update to make the module compatible with drupal 11.2
@ashraf.hussain I see the duplicate revisions tab on content block but your code from #12 is for taxonomy term. can you guide how to remove duplicate from content block.
@megachriz it worked, thanks for your support.
@megachriz thanks, I tried to uninstall the feeds log module which comes with feeds but got following error and uninstall not working
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'feeds_log' in 'where clause': SELECT 1 AS "expression"
FROM
"feeds_feed" "t"
WHERE "feeds_log" IS NOT NULL
LIMIT 1 OFFSET 0; Array
(
)
akhtardaha → created an issue.