History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-1795
Type: New Feature New Feature
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: scott bloom
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
QuickBuild

decoupling of prompt ordering from variable inheritance

Created: 26/Sep/13 08:52 PM   Updated: 21/Nov/13 09:00 AM
Component/s: None
Affects Version/s: 5.0.37
Fix Version/s: 5.1.0-rc4, 5.1.0

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: all


 Description  « Hide
When one overrides a variable, a re-ordering happens of the variables & prompts. This causes us to override variables we otherwise don't want to, in order to control the resulting UI ordering relative to other non-overridden variables. This puts our user interface at odds with our QB development design. I would like to see a decoupling of field/prompt ordering from inheritance.

I know variables defined in any given configuration can be reordered; but this does not help when your trying to re-order them relative to their ancestor definitions (can't re-order inherited variables).


One suggestion is a "prompt order" field in variable definition which can be set to a numeric value. When rendering the prompts during build creation GUI, QB would render the resulting variable prompts sorted by this "prompt order" such that the prompt ordering is decoupled from the variable inheritance and entirely controllable.

 All   Comments   Work Log   Change History      Sort Order:
Robin Shen [20/Nov/13 02:21 AM]
Order property can now be defined in variable prompt setting to control prompting order.