|
Bugzilla – Full Text Bug Listing |
| Summary: | HandleActivateDiscard is not being called when the editor is dirty | ||
|---|---|---|---|
| Product: | [Identity Manager] Identity Designer | Reporter: | Brent Thurgood <brent.thurgood> |
| Component: | Project Model | Assignee: | Will Peterson <wpeterson> |
| Status: | VERIFIED FIXED | QA Contact: | Tim Pew <tpew> |
| Severity: | Major | ||
| Priority: | P5 - None | Keywords: | Built, Provo |
| Version: | 1.0.0 Designer | ||
| Target Milestone: | 1.0 M2 | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Development | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Brent Thurgood
2004-12-09 22:30:15 UTC
This has nothing to do with the Modeler code - it's just the interaction between two Policy Editors and the problem is in DesignerMultiPageEditorPart Line #210. I just went over this with ryan, i'm going to up the priority. Basically, instead of just checking for !isDirty() we need a check that is more like (!isDirty() || isRootObject()) -> then go ahead and close the editor (or possibly call HandleActivateDiscard ... but prob. just leave it seperate) This has been fixed. I tested it with the current build. Included in Designer build 20050107 Adding built keyword. Marking closed/resolved fixed bugs public view. Marking closed/resolved fixed bugs public view. |