Hide Forgot
Date of First Response: 2009-09-11 00:22:03 securitylevel_name: Public
Link: Added: This issue depends GUVNOR-322
Link: Added: This issue depends GUVNOR-409
Link: Removed: This issue depends GUVNOR-409
Verified in 5.0.1 CR1
Please confirm the following for the Release Notes documentation and fill in the missing information (CAUSE & FIX). Dot point explanations are fine: The CAUSE (what was actually broken) * CONSEQUENCES of the bug (how users might have encountered it) * Static enumerations with more than one dependancy did not work. * The guided editor would only display a textbox instead of the expected listbox. The FIX (what was changed to eliminate this bug) * RESULTS of the fix (what now happens for users) * Multiple comma-separated dependancies can now be specified for a static enumeration and the guided editor will displayed the listbox of values as expected.
Assigning this to Toni since he has fixed this bug and may answer these questions
We are still awaiting the outstanding information for the Release Notes on this one. Please provide it as soon as possible. Thanks.
The CAUSE (what was actually broken) * Search was too simple. Information for the feature was there, but the code for more than one field did not exist when using static enums. CONSEQUENCES of the bug (how users might have encountered it) * Static enumerations with more than one dependancy did not work. * The guided editor would only display a textbox instead of the expected listbox. The FIX (what was changed to eliminate this bug) * Made the suggestion completion engine search the enum selections for more than one field. RESULTS of the fix (what now happens for users) * Multiple comma-separated dependancies can now be specified for a static enumeration and the guided editor will displayed the listbox of values as expected.
Added to the 5.0.CP01 release notes as resolved: GUVNOR-322 Static enumerations with more than one dependency did not work, displaying a text box instead of the expected list box. This was due to the code for the suggestion completion search not searching for multiple fields here. Support for this has been added and now multiple comma-separated dependencies can now be specified for a static enumeration.