|
Bugzilla – Full Text Bug Listing |
| Summary: | Allow for inheritance when deploying Log Settings | ||
|---|---|---|---|
| Product: | [Identity Manager] Identity Designer | Reporter: | Brent Thurgood <brent.thurgood> |
| Component: | Configuration Management | Assignee: | Mike Simpson <misimpson> |
| Status: | VERIFIED FIXED | QA Contact: | Tim Pew <tpew> |
| Severity: | Major | ||
| Priority: | P1 - Urgent | Keywords: | Built, Provo |
| Version: | 1.0.0 Designer | ||
| Target Milestone: | 1.0 M5 | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Development | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Brent Thurgood
2005-01-13 15:12:53 UTC
Deploy handles inheritance if the Driver getter methods return null for the various settings. However we do not display inheritance to the user well in the GUI. We also need to be able to remove the settings from the Driver object in eDirectory if they are inherited. Right now the deploy code only sets values it does not remove values that are already set. Deploy handles inheritance correctly but we need to make sure the GUI is able to handle it. This defect is a reminder that when the GUI is setup for inheritance that we verify deploy with inheritance works. It does not need to be M4. Change Driver Trace config page to handle inheritanceof Trace Level, Trace File and Trace file size limit. It would be acceptable to handle inheritance for all 3 with one inherit check box. When inherited the config page should set the appropriate values to null. The deploy code will then be able to detect whether the values should be inherited or not. Brent, I have finished this implementation. Here are the details: I added parameter support so we can actually preserve the Trace settings on a driver when the "use driverset trace settings" is selected. I implemented the following static method in the DriverMiscPage class for your query convenience: public static boolean isUsingDriverSetTraceSettings(Driver driver) If there is a problem with doing it this way, let me know. I thought this would be the most convenient way to preserve old settings just in case a user wanted to revert. M Build:20050621 Marking closed/resolved fixed bugs public view. Marking closed/resolved fixed bugs public view. |