The section is not enabled for the site
Open
@andris-sevcenko is already working on this.
Since Feb 1, 2019.
bug
- Dominant language
- PHP
- Stars
- 3.6k
- Forks
- 705
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 134
Description
Description
Unfortunately, Craft 3.1 has so many issues, we are reverting back to 3.0.
In this case: when creating a section for a multi site setup, the save fails. The ID of the site was expected, but the section mapping uses handles.
For example, changing:
sites[customSiteHandle][uriFormat]
to:
sites[1][uriFormat]
works.
Steps to reproduce
- Clean install of Craft 3.1 with 2 sites
- Create a new section
Additional info
- Craft version: 3.1.7
- PHP version: 7.2.11
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.