Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
c58b0f4a
Commit
c58b0f4a
authored
Dec 17, 2016
by
Carsten Rose
Browse files
Constants.php: renamed SIP_TABLE to be a systemvar.
parent
faab99de
Changes
1
Hide whitespace changes
Inline
Side-by-side
extension/qfq/qfq/Constants.php
View file @
c58b0f4a
...
...
@@ -330,7 +330,7 @@ const SIP_RECORD_ID = CLIENT_RECORD_ID; // r
const
SIP_TARGET_URL
=
'_targetUrl'
;
// URL where to jump after delete()
const
SIP_MODE_ANSWER
=
'_modeAnswer'
;
// Mode how delete() will answer to client: MODE_HTML, MODE_JSON
const
SIP_FORM
=
CLIENT_FORM
;
const
SIP_TABLE
=
'table'
;
// delete a record from 'table'
const
SIP_TABLE
=
'
_
table'
;
// delete a record from 'table'
const
SIP_URLPARAM
=
'urlparam'
;
const
SIP_MAKE_URLPARAM_UNIQ
=
'makeUrlParamUniq'
;
// SIPs for 'new records' needs to be uniq per TAB! Therefore add a uniq parameter
// FURTHER: all extracted params from 'urlparam
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment