Account created on 29 February 2012, almost 13 years ago
#

Recent comments

🇧🇩Bangladesh linkanp

I have bypassed this issue by creating config yaml files manually for the new Field States. If anyone want, I would share my code with them.

🇧🇩Bangladesh linkanp

I am getting extactly the same issue as alex.verhoeven This issue needs to be resolved.

🇧🇩Bangladesh linkanp

Thanks 'drunken monkey' for pointing to correct Issue. It has fixed my issue.

🇧🇩Bangladesh linkanp

Resolved

I was having the same issue as bbombachini
I resolved the issue by removing the vendor folder and then running 'composer update'
If this helps anyone else.

🇧🇩Bangladesh linkanp

1st Change: 

  • AnotherConfigEventSubscriber::configSave() has a very high priority, so it should be executed before ConfigEventSubscriber::configSave(). - This is wrong, and it should read as below
  • AnotherConfigEventSubscriber::configSave() has a very high priority, so it should be executed before ConfigEventSubscriber::configDelete()

2nd Change: 

  • AnotherConfigEventSubscriber::configDelete() has a very low priority, so it should be executed after ConfigEventSubscriber::configDelete(). - This is wrong, and it should read as below
  • AnotherConfigEventSubscriber::configDelete() has a very low priority, so it should be executed after ConfigEventSubscriber::configSave()
Production build 0.71.5 2024