-
Notifications
You must be signed in to change notification settings - Fork 57
Update Templates with new information (#3364) #3378
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 6 additions & 6 deletions
12
downstream/modules/platform/proc-controller-copy-a-job-template.adoc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,16 +1,16 @@ | ||
| [id="controller-copy-a-job-template"] | ||
|
|
||
| = Copying a job template | ||
| = Duplicating a job template | ||
|
|
||
| If you copy a job template, it does not copy any associated schedule, notifications, or permissions. | ||
| Schedules and notifications must be recreated by the user or administrator creating the copy of the job template. | ||
| The user copying the Job Template is granted administrator permission, but no permissions are assigned (copied) to the job template. | ||
| If you duplicate a job template, it does not duplicate any associated schedule, notifications, or permissions. | ||
| Schedules and notifications must be recreated by the user or administrator creating the duplicate of the job template. | ||
| The user duplicating the Job Template is granted administrator permission, but no permissions are assigned (duplicated) to the job template. | ||
|
|
||
| .Procedure | ||
|
|
||
| . From the navigation panel, select {MenuAETemplates}. | ||
| . Click image:options_menu.png[options menu,15,15] and the copy image:copy.png[Copy,15,15] icon associated with the template that you want to copy. | ||
| * The new template with the name of the template from which you copied and a timestamp displays in the list of templates. | ||
| . Click the {MoreActionIcon} icon associated with the template that you want to duplicate and select the image:copy.png[Duplicate Template,15,15] Duplicate Template icon. | ||
| * The new template with the name of the template from which you duplicated and a timestamp displays in the list of templates. | ||
| . Click to open the new template and click btn:[Edit template]. | ||
| . Replace the contents of the *Name* field with a new name, and give or change the entries in the other fields to complete this page. | ||
| . Click btn:[Save job template]. |
35 changes: 16 additions & 19 deletions
35
downstream/modules/platform/proc-controller-copy-workflow-job-template.adoc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,30 +1,27 @@ | ||
| [id="controller-copy-workflow-job-template"] | ||
|
|
||
| = Copying a workflow job template | ||
| = Duplicating a workflow job template | ||
|
|
||
| With {ControllerName} you can copy a workflow job template. | ||
| When you copy a workflow job template, it does not copy any associated schedule, notifications, or permissions. | ||
| Schedules and notifications must be recreated by the user or system administrator creating the copy of the workflow template. | ||
| The user copying the workflow template is granted the administrator permission, but no permissions are assigned (copied) to the workflow template. | ||
| With {ControllerName} you can duplicate a workflow job template. | ||
| When you duplicate a workflow job template, it does not duplicate any associated schedule, notifications, or permissions. | ||
| Schedules and notifications must be recreated by the user or system administrator creating the duplicate of the workflow template. | ||
| The user duplicating the workflow template is granted the administrator permission, but no permissions are assigned (duplicated) to the workflow template. | ||
|
|
||
| .Procedure | ||
|
|
||
| . Open the workflow job template that you want to copy by using one of these methods: | ||
| ** From the navigation panel, select {MenuAETemplates}. | ||
| ** In the workflow job template *Details* view, click image:options_menu.png[15,15] next to the desired template. | ||
| *** Click the copy (image:copy.png[Copy icon,15,15]) icon. | ||
| + | ||
| The new template with the name of the template from which you copied and a timestamp displays in the list of templates. | ||
| + | ||
| //image::ug-wf-list-view-copy-example.png[Workflow template copy list view] | ||
| + | ||
| . Select the copied template and click btn:[Edit template]. | ||
| . Replace the contents of the *Name* field with a new name, and give or change the entries in the other fields to complete this template. | ||
| ..Procedure | ||
|
|
||
| . From the navigation panel, select {MenuAETemplates}. | ||
| . Click the {MoreActionIcon) icon associated with the template that you want to duplicate and select the image:copy.png[Duplicate Template,15,15] Duplicate Template icon. | ||
| * The new template with the name of the template from which you duplicated and a timestamp displays in the list of templates. | ||
| . Click to open the new template and click btn:[Edit template]. | ||
| . Replace the contents of the *Name* field with a new name, and give or change the entries in the other fields to complete this page. | ||
| . Click btn:[Save job template]. | ||
|
|
||
|
|
||
| [NOTE] | ||
| ==== | ||
| If a resource has a related resource that you do not have the right level of permission to, you cannot copy the resource. For example, in the case where a project uses a credential that a current user only has Read access. | ||
| However, for a workflow job template, if any of its nodes use an unauthorized job template, inventory, or credential, the workflow template can still be copied. | ||
| But in the copied workflow job template, the corresponding fields in the workflow template node are absent. | ||
| If a resource has a related resource that you do not have the right level of permission to, you cannot duplicate the resource. For example, in the case where a project uses a credential that a current user only has Read access. | ||
| However, for a workflow job template, if any of its nodes use an unauthorized job template, inventory, or credential, the workflow template can still be duplicated. | ||
| But in the duplicated workflow job template, the corresponding fields in the workflow template node are absent. | ||
| ==== | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.