Hi guys,

From time to time we have problems when confi skips some configs. This happens randomly and I hope that we finally caught this bug.

According to config import method from Drupal core, we should validate configs before import. Seems this small change fixes our problem.

Comments

sanchiz created an issue. See original summary.

sanchiz’s picture

Status: Active » Needs review
StatusFileSize
new403 bytes

Initial patch.

sanchiz’s picture

Issue summary: View changes
podarok’s picture

Assigned: Unassigned » danylevskyi
Status: Needs review » Reviewed & tested by the community

Could be merged

sanchiz’s picture

StatusFileSize
new1.41 KB

Updated fix. The main problem that on 8.2.x it uses file cache, so we should disable file cache during importing process.

This patch should fix the problem,it temporary disable file cache and then enable in back.

  • BR0kEN committed eaf1877 on 8.x-0.x authored by sanchiz
    Issue #2824295 by sanchiz: Drupal 8.2.x and randomly imported configs
    
br0ken’s picture

Assigned: danylevskyi » Unassigned
Status: Reviewed & tested by the community » Needs review
StatusFileSize
new1.99 KB

Here is the patch for 8.x-1.x.

  • BR0kEN committed 3fc6786 on 8.x-1.x
    Issue #2824295 by sanchiz, BR0kEN: Drupal 8.2.x and randomly imported...
br0ken’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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