Use a SQL Server connection. In the tree, go to the Management -> SQL Server Agent -> Jobs and alter a job. In the Alter Job gui, go to the Steps tab and edit a step. If the step command is a long single line text, the scroll bar popups up and causes the Process exit code of a successful command text box to drop down a line, and under the command text. This causes the gui to be unusable to the user.
|
19 KB
|
205 KB
Modifications made to the component to use a grid layout so this section will not split when the scroll bar is present for long text in command box.
Committed revision: 49778
Steps followed to verify issue.
1. Select such a job , which has Command as long single line text.
2.Right click on that "Job", Select option "Alter Job".
3.In "Alter Job" UI, Move to "Steps" tab,
4.Select available "Step" and click on "Edit" button.
5.In Edit dialog window, Observe that "scroll bar" is available if we have Command as single line text.
6.Observe that , Process exit code of a successful command text box is available or not.
7.Now select "Type" as "Operating System Command(CmdExec)" from drop down list.
8.Observe the appearance of "Process exit code of a successful command" text box.
9.Now it is displayed properly.Previously it was appearing on next line and it is not adjusted properly.
See attached screenshot(14426_ADS_17-4-8.png)
Steps followed to verify issue.
1. Select such a job , which has Command as long single line text.
2.Right click on that "Job", Select option "Alter Job".
3.In "Alter Job" UI, Move to "Steps" tab,
4.Select available "Step" and click on "Edit" button.
5.In Edit dialog window, Observe that "scroll bar" is available if we have Command as single line text.
6.Observe that , Process exit code of a successful command text box is available or not.
7.Now select "Type" as "Operating System Command(CmdExec)" from drop down list.
8.Observe the appearance of "Process exit code of a successful command" text box.
9.Now it is displayed properly.Previously it was appearing on next line and it is not adjusted properly.
See attached screenshot(14426_ADS_17-4-8.png)
Issue #14426 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build v17.0.4-6, v18.0.0-devi-136 |
No time estimate |
Modifications made to the component to use a grid layout so this section will not split when the scroll bar is present for long text in command box.
Committed revision: 49778