Skip to content
Snippets Groups Projects
Commit a758349a authored by Carsten  Rose's avatar Carsten Rose
Browse files

Fixes #14288 Upload: removed upload + save > triggers general error

parent aa5ef6bb
No related branches found
No related tags found
2 merge requests!437Changed Table Person, to include index and auto increment + authExpire default Null,!434Fixes #14292. Upload: mode=required broken for advanced upload (non primary...
Pipeline #7184 passed
......@@ -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
}
......
......@@ -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
^^^^^^^^^
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment