As a part of the effort to standardize and improve query dialogs utilized in CET, we have created a core implementation of Query Dialogs for Part
s and PropObj
s.
This new implementation is meant to phase out the current implementation in cm/abstract/tools/queryDialog/abstractQueryDialog.cm
.
This Query dialog is designed to be opt-in and it should not require migration effort.
The code for the QueryDialog
system can be found in the cm.core.part.query
package.
An overridden implementation for handling ProdPart
s and SpecOption
s can be found in cm.abstract.party.query
.