#4326 closed defect (bug) (fixed)
BP setup creates dir pages even if I choose to use existing pages
| Reported by: | luccame | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.6 |
| Component: | New User Experience | Version: | 1.6 |
| Severity: | major | Keywords: | |
| Cc: |
Description
During setup I chose existing pages but BP still created the default ones.
---
Fresh install of WP 3.4.1
Multisite enabled (one site only)
BP trunk @6168
Change History (3)
#1
@
14 years ago
- Component Core → Update/Install
- Milestone Awaiting Review → 1.6
- Severity normal → major
#2
@
14 years ago
- Resolution → fixed
- Status new → closed
(In [6169]) Save WP page associations properly during installation
The 'name' attribute of the <select> elements on the Pages tab of the wizard
were previously hardcoded with the incorrect value (they were all called
"...-blogs-..."). As a result, it was impossible to associate components
with existing pages during installation (except for the Blogs component). This
changeset replaces the names with the correct values.
Fixes #4326
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Wow, good catch. The problem is that the field names for the existing page dropdowns are hardcoded with the wrong text.