Problem Note 69953: Toolbar Custom Controls that were developed in SAS® Visual Investigator 10.7 do not appear in SAS® Visual Investigator 10.8
The final release of AngularJS was the Long-Term Support (LTS) release on June 30, 2021. The SAS R&D team have been migrating AngularJS code into Angular. Although AngularJS and Angular are similar, this migration is a significant change. In particular, some toolbar code was refactored to where spbToolbar is no longer needed.
Any custom toolbar buttons that you develop in SAS Visual Investigator 10.8 should no longer require spbToolbar. Instead, you should modify your code as shown below.
Original:
require:
{ spbSdsPageViewer: '^^spbSdsPageViewer', spbToolbar: '^^spbToolbar' }
Modification:
require:
{ spbSdsPageViewer: '^^spbSdsPageViewer' }
Operating System and Release Information
| SAS System | SAS Visual Investigator (on SAS Viya 3.x) | Linux for x64 | 10.8 | | Viya | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
| Type: | Problem Note |
| Priority: | medium |
| Date Modified: | 2023-03-22 10:23:20 |
| Date Created: | 2023-03-16 09:28:56 |