Closed (duplicate)
Project:
Drupal core
Version:
8.5.x-dev
Component:
block_content.module
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Mar 2018 at 20:49 UTC
Updated:
10 Aug 2018 at 08:52 UTC
Jump to comment: Most recent
Comments
Comment #2
sealionking commentedComment #3
cilefen commentedComment #4
cilefen commentedPossibly this is related to #2952962: Block visibility setting tab for Roles not showing.
Comment #5
sealionking commentedeven can set those custom blockes for roles
Comment #6
sleitner commentedThe problem might relate to this issue #2951242:
Apply the SQL from comment #25 before update.
Check in the custom block library if every block translation is marked as "This translation is published" after the update.
Comment #7
sealionking commented@sleitner
Thanks
I just changed the statuses of all field and revisions from null to 1 and the custom blocks shows up for anonymous users
Though I can still not be able to run the 8400 update.
Should I apply the patch then run the update?
Comment #8
amateescu commentedShould be fixed by #2991902: Fix block_content_update_8400() and taxonomy_update_8601() to not rely on the module handler anymore.