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.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | config-random_config-2824295-7.patch | 1.99 KB | br0ken |
Comments
Comment #2
sanchiz commentedInitial patch.
Comment #3
sanchiz commentedComment #4
podarokCould be merged
Comment #5
sanchiz commentedUpdated 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.
Comment #7
br0kenHere is the patch for
8.x-1.x.Comment #9
br0ken