Support from Acquia helps fund testing for Drupal Acquia logo

Comments

karlos007 created an issue. See original summary.

kmajzlik’s picture

Status: Active » Needs review
kmajzlik’s picture

After hours of thinking about bug... Maybe that can be issue for Drupal Core. Deleting unexisting item in config object should not cause deleting of whole object. But after 2 days spent on finding this i have no desire to work on that NOW.

albertski’s picture

I also ran into this issue after removing a content type. I debugged it and found that the content_access.settings.yml file was blank. To fix I just reverted that file to prior the content type deletion and removed the content types gids from the list.

id.tarzanych’s picture

Not a Core error. It looks that wrong method was used.
Please review my patch

sathish.redcrackle’s picture

Status: Needs review » Reviewed & tested by the community

I tested and it works perfectly.

LpSolit’s picture

kmajzlik’s picture

+1 for commit.

fago’s picture

Status: Reviewed & tested by the community » Fixed

Thanks, committed.

  • fago committed cc2de75 on 8.x-1.x authored by id.tarzanych
    Issue #2868399 by karlos007, id.tarzanych: content_access.settings...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.