-
Notifications
You must be signed in to change notification settings - Fork 232
Support creating templates in a dialog #1492
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
Conversation
@ncameronbritt fyi |
bf5d640
to
8125dac
Compare
|
||
ctrl.close = function() { | ||
var cb = ctrl.onDialogClosed(); | ||
if (cb) { |
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.
if (_.isFunction(cb))
to be safe?
<div ng-if="$ctrl.selectedProject.metadata.uid" class="row"> | ||
<div ng-if="$ctrl.selectedProject.metadata.uid" class="col-sm-8 col-sm-offset-4"> | ||
<!-- TODO: Preserve entered form values. --> | ||
To configure additional template parameters, view |
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.
there are not necessarily additional parameters to configure though. In some cases labels may be the only thing you get out of going to advanced.
b1b65d7
to
727dfd7
Compare
Updated and added dist. @jwforres another look? |
[merge] |
Evaluated for origin web console merge up to 63254d7 |
Origin Web Console Merge Results: SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_web_console/1305/) (Base Commit: be96ed8) |
https://trello.com/c/2A7x5Pbc
Fixes openshift/origin-web-catalog#177
Requires openshift/origin-web-catalog#193
Follow-on work: