If you're a Canvas administrator and want to ensure that the Packback tool always opens in a new window for users, you'll need to adjust the Developer Key JSON. These steps can be found below.
- Go to Canvas -> Admin -> Developer Keys.
- Find the Packback tool key and hit Edit
- Change the dropdown to "Paste JSON"
- Find the "windowTarget" attribute and change it to "_blank"
- If it doesn't exist in the JSON, add "windowTarget": "_blank" to the "Placements" section
- Hit Save
- Go back into the Developer Key and confirm that the change was saved in the JSON (sometimes it doesn't). This is what it should look like:
- You're all set!