#39081 closed defect (bug) (fixed)
Customize: changeset_uuid query param doesn't get stripped at initial save of starter content
Reported by: | westonruter | Owned by: | westonruter |
---|---|---|---|
Milestone: | 4.7 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Customize | Keywords: | has-patch commit dev-reviewed |
Focuses: | Cc: |
Description
A changeset_uuid
query parameter is added to the window's location via replaceState
after a changeset is created and should remain until it is published. Upon publishing, the parameter should be removed because published changesets are frozen and cannot be opened in the customizer. When a changeset is published, a new changeset UUID is generated and is then supplied the next time changes are made.
When loading up a fresh_site
and saving the starter content, the initial publishing is causing the next UUID to be supplied into changeset_uuid
query param unexpectedly when it should be left empty.
Attachments (1)
Change History (8)
Note: See
TracTickets for help on using
tickets.
39081.0.diff works as expected for me.