Skip to content
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

fixes #6572 - fix default check on path selector #4438

Merged
merged 1 commit into from Jul 16, 2014

Conversation

jlsherrill
Copy link
Member

also do not allow unselect by default, since it
does not make sense in most cases. Added an option
"required-selection" to path selector that default to true

also do not allow unselect by default, since it
does not make sense in most cases.  Added an option
"required-selection" to path selector that default to true
mode="singleSelect">
</span>
</div>
</div>

<div alch-form-group label="{{ 'Content View' | translate }}">
<select ng-hide="contentViews.length === 0"
<select ng-hide="contentViews.length === 0 || activationKey.environment === undefined "
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this check of activationKey.environment for when the activation key is still loading?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no its when there is no environment selected. Prior to this you could check the environment, then uncheck it and the list of content views would stay present.

@waldenraines
Copy link
Contributor

ACK

jlsherrill added a commit that referenced this pull request Jul 16, 2014
fixes #6572 - fix default check on path selector
@jlsherrill jlsherrill merged commit 5dd2f1b into Katello:master Jul 16, 2014
@jlsherrill jlsherrill deleted the 6572 branch July 16, 2014 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants