Closed DonnaWuDongxia closed 12 years ago
So, this patch is OK, I think. You can still test it.
ADM tries to guarantee there is always a design, pageUtils tries to guarantee there always has a page, this delete handler and pmUtils tries to guarantee there always has a project.
Merged.
Hi, Geoff: I checked this, layout view get designRoot from ADM, and ADM create a new design, if there is no ADM._design is null or not defined. But when initializing pmUtils, a project will be created(including a new design), and the old design which is created for no design case will be replaced. So, actually, layout view doesn't do extra-work.