mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 22:37:41 -02:30
Fix comment
This commit is contained in:
@@ -183,7 +183,7 @@ export default [
|
|||||||
* This block of code specifically handles the client-side validation of the `labels` field.
|
* This block of code specifically handles the client-side validation of the `labels` field.
|
||||||
* Due to it's detached nature in relation to the other job template fields, we must
|
* Due to it's detached nature in relation to the other job template fields, we must
|
||||||
* validate this field client-side in order to avoid the edge case where a user can make a
|
* validate this field client-side in order to avoid the edge case where a user can make a
|
||||||
* successful POST to the `job_templates` endpoint but however encounter a 200 error from
|
* successful POST to the `workflow_job_templates` endpoint but however encounter a 200 error from
|
||||||
* the `labels` endpoint due to a character limit.
|
* the `labels` endpoint due to a character limit.
|
||||||
*
|
*
|
||||||
* We leverage two of select2's available events, `select` and `unselect`, to detect when the user
|
* We leverage two of select2's available events, `select` and `unselect`, to detect when the user
|
||||||
|
|||||||
@@ -327,7 +327,7 @@ export default [
|
|||||||
* This block of code specifically handles the client-side validation of the `labels` field.
|
* This block of code specifically handles the client-side validation of the `labels` field.
|
||||||
* Due to it's detached nature in relation to the other job template fields, we must
|
* Due to it's detached nature in relation to the other job template fields, we must
|
||||||
* validate this field client-side in order to avoid the edge case where a user can make a
|
* validate this field client-side in order to avoid the edge case where a user can make a
|
||||||
* successful POST to the `job_templates` endpoint but however encounter a 200 error from
|
* successful POST to the `workflow_job_templates` endpoint but however encounter a 200 error from
|
||||||
* the `labels` endpoint due to a character limit.
|
* the `labels` endpoint due to a character limit.
|
||||||
*
|
*
|
||||||
* We leverage two of select2's available events, `select` and `unselect`, to detect when the user
|
* We leverage two of select2's available events, `select` and `unselect`, to detect when the user
|
||||||
|
|||||||
Reference in New Issue
Block a user