---
title: "Breaking: #66707 - issueCommand() now adds quotes when used in JS context"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-66707"
source: "Changelog/7.3/Breaking-66707-IssueCommandNowAddsQuotesWhenUsedInJSContext.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Breaking: #66707 - issueCommand() now adds quotes when used in JS context

See [forge#66707](https://forge.typo3.org/issues/66707)

## Description

Using `TYPO3CMSBackendTemplateDocumentTemplate::issueCommand()` in JavaScript context (second parameter = -1),
now ensures that the URL is properly escaped and quoted for being used in JavaScript code.

## Impact

Having additional quotes around the result of the call to `issueCommand()` will lead to JavaScript errors.

## Affected Installations

Any installation using third party extensions, which use `issueCommand()` with second parameter set to -1.

## Migration

Make sure that you do **not** specify any additional quotes around the result of the call to `issueCommand()`.
