Skip to content
GitLab
Menu
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
979bad8d
Commit
979bad8d
authored
Jul 07, 2018
by
Carsten Rose
Browse files
autoCron: update title of form=cron
parent
7891900a
Pipeline
#663
passed with stage
in 1 minute and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extension/qfq/sql/formEditor.sql
View file @
979bad8d
...
...
@@ -424,7 +424,7 @@ CREATE TABLE IF NOT EXISTS `Cron` (
#
Form
:
AutoCron
INSERT
INTO
Form
(
id
,
name
,
title
,
tableName
,
parameter
,
dirtyMode
)
VALUES
(
4
,
'cron'
,
'
cron {{SELECT IF("{{r}}" = "0", "(new)", "(Id: {{r}})") }}
'
,
'Cron'
,
'dbIndex={{indexQfq:Y}}'
,
(
4
,
'cron'
,
'
autoCron
'
,
'Cron'
,
'dbIndex={{indexQfq:Y}}'
,
'none'
);
#
FormElements
:
AutoCron
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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