Ticket #2190 (closed defect: fixed)
Reimporting CPSDefault base profile breaks the site
Reported by: | gracinet | Owned by: | trac |
---|---|---|---|
Priority: | P2 | Milestone: | CPS 3.5.1 |
Component: | CPSDefault | Version: | 3.5.1rc1 |
Severity: | normal | Keywords: | fragment parse error unicode property |
Cc: |
Description
This happens also for instances using meta_profiles, because replaying starts over with CPSDefault
Symptoms are FragmentParseError in CPSDesignerThemes Reason : the default_charset property is reset to empty string, since that's a base profile. OTOH, it's not possible to set it, because it's protected.
Solution : have it set to the proper 'unicode' in importVarious
Change History
Note: See
TracTickets for help on using
tickets.
Done a few days ago