-
Notifications
You must be signed in to change notification settings - Fork 95
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 #SAT-30369 - Registration - Show info for Pull provider #936
Conversation
447b287
to
3bf1cfb
Compare
@adamruzicka ready for review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also redmine check isn't happy
0874c12
to
b01289b
Compare
b01289b
to
5723005
Compare
5723005
to
72cea18
Compare
aaand it's 🍏 |
</Alert> | ||
); | ||
|
||
function showPullWarning(valueFromParam, value) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: The if
branching might look weird at first glance, but it's because of:
valueFromParam
can be true
, false
or undefined
value
can be 'true'
, 'false'
, ''
or undefined
.
It was fun.
Thank you @stejskalleos ! |
No description provided.