Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
qfq
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
typo3
qfq
Merge requests
!396
Few replaces from config.qfq.php in Documentations.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Few replaces from config.qfq.php in Documentations.
cherry-pick-f56004e2
into
develop-before-revert
Overview
0
Commits
1
Pipelines
1
Changes
4
Closed
Carsten Rose
requested to merge
cherry-pick-f56004e2
into
develop-before-revert
3 years ago
Overview
0
Commits
1
Pipelines
1
Changes
4
Expand
(cherry picked from commit
f56004e2
)
0
0
Merge request reports
Compare
develop-before-revert
develop-before-revert (base)
and
latest version
latest version
74391670
1 commit,
3 years ago
4 files
+
11
−
10
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
Documentation/Concept.rst
+
1
−
1
Options
@@ -294,7 +294,7 @@ in `indexQfq`. If specific forms or reports should use a different database than
A `Form` will:
* load the form-definition from `indexQfq` (table `Form` and `FormElement`),
* loads and save data from/in `indexData` (
config.qfq.php
) / `dbIndex` (form.parameter.dbIndex),
* loads and save data from/in `indexData` (
qfq.json
) / `dbIndex` (form.parameter.dbIndex),
* retrieve extra information via `dbIndexExtra` - this is useful to offer information from a database and save them in a
different one.
Loading