Skip to content

Commit 05cb970

Browse files
docs: add a note to point to the legacy hide-sql-connections-wrd kb to point to the newer one (#1852)
1 parent 0cdb0e7 commit 05cb970

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

knowledge-base/how-to-hide-the-option-for-adding-a-new-sql-connection-in-sql-datasource-wizard-in-web-report-desgner.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,17 @@ res_type: kb
1717
<td>Product</td>
1818
<td>Progress® Telerik® Reporting</td>
1919
</tr>
20+
<tr>
21+
<td>Product Version</td>
22+
<td>15.1.21.512</td>
23+
</tr>
2024
</tbody>
2125
</table>
2226

23-
2427
## Description
2528
This article demonstrates how to hide the option for adding a new SQL connection in the SQL DataSource Wizard in the Web Report Designer.
2629

30+
> In newer versions, it is possible to intercept the `/api/reportdesigner/connectionspermissions` request and modify the response returned from it to hide this option. For more information, check [How to Disable "Build new data connections" in the SqlDataSource Wizard of the Web Report Designer]({%slug restricting-build-new-data-connections-report-designer%}).
2731
2832
## Suggested Workarounds
2933
Currently, such functionality can be achieved through a workaround. You can add some extra JS and Jquery code that hides the option to create a new SQL connection.
@@ -74,4 +78,4 @@ It does not hide the step entirely, but the only option showing is to use existi
7478
</script>
7579
```
7680

77-
Note that experienced users can look through the raw HTML and find the hidden DIV tag. But until the Web Designer gets the added features of customizing the UI, this is the closest solution.
81+
Note that experienced users can look through the raw HTML and find the hidden DIV tag.

0 commit comments

Comments
 (0)