-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calling controls by match pattern and ID, both together. #525
Comments
@wendellpiez I'd like to discuss this with you in regards to any changes that might need to be made in RC2 to make this possible now or in the future. We need to consider making sure this change will not break backwards compatibility. |
@david-waltermire-nist agreed. Allowing |
This was slated for 1.1, but is going to be made possible based on the refactoring from #845. This means we can address this in RC2. |
User Story:
Due to schema limitations, currently it is not possible to combine, in a single profile, calls on controls by their IDs, with calls to controls based on ID matching.
For example this is not valid to the profile model:
Goals:
Make it possible to use both selection by (literal) ID, along with selection by matching, calling a single catalog in a profile.
This could be permitted via parallel imports; permitting more than one
include
to appear in an import statement, or relaxing the model ofinclude
.Dependencies:
Stable demonstration and testing of profile functionality (#508).
Acceptance Criteria
{The items above are general acceptance criteria for all User Stories. Please describe anything else that must be completed for this issue to be considered resolved.}
The text was updated successfully, but these errors were encountered: