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
Commits
a758349a
Commit
a758349a
authored
2 years ago
by
Carsten Rose
Browse files
Options
Downloads
Patches
Plain Diff
Fixes #14288 Upload: removed upload + save > triggers general error
parent
aa5ef6bb
No related branches found
No related tags found
2 merge requests
!437
Changed Table Person, to include index and auto increment + authExpire default Null
,
!434
Fixes #14292. Upload: mode=required broken for advanced upload (non primary...
Pipeline
#7184
passed
2 years ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
extension/Classes/Core/Save.php
+1
-1
1 addition, 1 deletion
extension/Classes/Core/Save.php
extension/RELEASE.txt
+5
-2
5 additions, 2 deletions
extension/RELEASE.txt
with
6 additions
and
3 deletions
extension/Classes/Core/Save.php
+
1
−
1
View file @
a758349a
...
...
@@ -870,7 +870,7 @@ class Save {
$statusUpload
=
$this
->
store
->
getVar
(
$clientValues
[
$formElement
[
FE_NAME
]]
??
''
,
STORE_EXTRA
);
// Check if there is a new upload
if
(
$statusUpload
[
FILES_TMP_NAME
]
!=
''
)
{
if
(
(
$statusUpload
[
FILES_TMP_NAME
]
??
''
)
!=
''
)
{
continue
;
// Upload given: continue with next FE
}
...
...
This diff is collapsed.
Click to expand it.
extension/RELEASE.txt
+
5
−
2
View file @
a758349a
...
...
@@ -63,9 +63,11 @@ Notes
Please update your CSS and JS (T3 Main Template > Setup) to include the new DateTime Picker. Forms cannot save if the JS files are missing::
page.includeCSS.file08 = typo3conf/ext/qfq/Resources/Public/Css/bootstrap-datetimepicker.min.css
page.includeCSS.file09 = typo3conf/ext/qfq/Resources/Public/Css/codemirror.css
page.includeJS.file14 = typo3conf/ext/qfq/Resources/Public/JavaScript/moment.min.js
page.includeJS.file15 = typo3conf/ext/qfq/Resources/Public/JavaScript/bootstrap-datetimepicker.min.js
page.includeJS.file16 = typo3conf/ext/qfq/Resources/Public/JavaScript/codemirror.js
page.includeJS.file17 = typo3conf/ext/qfq/Resources/Public/JavaScript/code-mirror-mode/sql/sql.js
Features
^^^^^^^^
...
...
@@ -167,7 +169,7 @@ Features
* #8945 / Best practice `self-registration`_
* #12551 / Add QFQ bootstrap diagram
* #12615 / Implements silent HEIC/HEIF conversion to png.
Write a note in realease notes, to install 'libheif-examples'.
* #12615 / Implements silent HEIC/HEIF conversion to png.
* #12636 / New FormElement.encoding = 'single tick'
* Form.rst: Update doc of Multi-Form
...
...
@@ -247,6 +249,7 @@ Features
* HTTP Header: Add 'X-Api-Key'. Fix problem for token without argument name. Update doc.
* Add margin to qfq-badge
* Fix undefined clearMe
* File formEditor.sql only contains QFQ system table definitions anymore.
Bug Fixes
^^^^^^^^^
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment