Closed MattWilcox closed 3 years ago
Update; we have a Navigation that we only want enabled on one Site. It's set accordingly...
But if we enable that Navigation for all Sites, then the original issue about being unable to create new Sections is "fixed".
Yep, this indeed looks like a Navigation issue. I'll investigate and report back!
Can you also confirm the version of Navigation you're on?
If you can send everything to web at verbb.io
that'll help!
Let me know if those didn't get to you!
Yep, received, thanks! Sorry for the delay.
Should be fixed for the next release. To get the fix early, change your verbb/navigation
requirement in composer.json
to:
"require": {
"verbb/navigation": "dev-craft-3 as 1.4.19",
"...": "..."
}
Then run composer update
.
Fixed in 1.4.20
Cheers!
Tough one to describe, but Brad over at Pixel and Tonic has been looking into an issue for me, and believes there's something up with Navigation that's having a knock-on effect, and making it impossible to create Sections that are enabled for more than one Site...
Is this something you've heard of? More details in the linked Issue, and I can provide composer.json/lock and a test database dump that has the issue.