Bugzilla – Bug 524
(resid) DirXMLScript (Enhancement): When changing actions, maintain content where possible
Last modified: 2011-06-04 08:37:37 UTC
DETAILED DESCRIPTION: From the DirXML BootCamp (12/4/2003): When changing the selected action, maintain content where possible. BUILD NUMBER: Oses/CONFIG: STEPS TO REPRO: RESULTS: EXPECTED: WORKAROUNDS: CUSTOMER IMPACT: NTS entered defects should also include: Additional debug info like screenshots, screencams, log files, trace files, packet traces, memory coredump location. Accurate customer information so that proper prioritizing of the defect is possible (mainly for NTS defects)
This is an enhancement. Marking Resolve Later.
Reopening bugs for determination of fixing bug or adding enhancements for Milestone 1.1. Bill
*** Bug 86807 has been marked as a duplicate of this bug. ***
This one isn't fixed so removed the keyword Built
This will tie into the next version of the policy library and catolog service
Changing resolve later bug milestones to future.
Re-open
This is from David Gersic. He is currently running Designer 2.0 M5.1. This one's been driving me nuts, but I've forgotten to mention it until just now. Say I have a rule that looks like: if operation attribute Blah is changing to reg-ex(something) and I want to change it to say: if attribute Blah is equal to reg-ex(something) there's no easy way to do that. If my reg-ex is especially long and complicated, I do *not* want to recreate it. But as soon as I change op-attr Blah to attr Blah, the whole form is cleared and I'm supposed to start over. Usually I end up figuring out what needs to be changed, dropping to the XML source to change it myself, then going back to the pretty UI to make sure I didn't screw up the changes. How about just invalidating whatever actually needs to be changed, without throwing out what might really still be ok? So I changed op-attr Blah to attr Blah, so what? The rest of the form would still be valid.
The same should be done for if-xpath: Currently, when changing the operator in an xpath condition from "true" to "not true" or vice versa the "value" field is always wiped out.
This is implemented now. The context is maintained while you change actions or conditions.
Regressed in build 20070810_0300_3.0M2. This seems to be working well in old and new policy builder.