Opened 15 months ago
Last modified 4 weeks ago
#3998 new enhancement
Root component pages do not need to be published
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | minor | Milestone: | 1.8 |
| Component: | Rewrite Rules | Version: | 1.5.3 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Right now to assign a page to a root component, it needs to be published. This makes it difficult to test what a page looks like, and impossible to hide a page from users without code intervention. A few small changes should allow users to set root components as any status without much of an issue.
Change History (3)
- Milestone changed from 1.6 to Future Release
- Priority changed from normal to minor
- Type changed from defect (bug) to enhancement
- Component changed from Core to Rewrite Rules
- Milestone changed from Future Release to 1.8
Will likely be made redundant if rewrite rules come along in 1.8, so moving to that milestone for further review.
comment:3
boonebgorges — 4 weeks ago
See #4954
Note: See
TracTickets for help on using
tickets.

More difficult than it looks. bp_core_set_uri_globals() overrides any existing page output, so we have no basis to know the status of a page when it loads.