Task #55082
Epic #55070: Workpackages
Epic #54542: WP: Importer / Exporter with relations MM/IRRE/FAL
Story #55520: As an User I want to create exports in v. 6.2 and import them in v. 6.2
Impexp: for non active controls NULL has to be imported in xml mode
Status: | Resolved | Start date: | 2014-01-16 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | Marc Bastian Heinrichs | % Done: | 100% |
|
Category: | Import/Export (T3D) | Spent time: | 0.75 hour | |
Target version: | 6.2.0 | |||
TYPO3 Version: | 6.2 | Complexity: | ||
PHP Version: | Sprint Focus: |
Description
Used in sys_file_reference for overwriteable field from sys_file_metadata
Related issues
Associated revisions
[BUGFIX] Fix xml2array values for attributes type NULL
Method array2xml converts elements with value NULL to
nodes with attribute type "NULL" and empty value, e.g.:
<node index="myIndex" type="NULL"></node>
This is not correct transformed back in xml2array and results
in an empty string as value.
This in turn results in wrong imported data using impexp with
xml format.
Resolves: #55082
Releases: 6.2
Change-Id: Icfea2f2b7524c44711866c3f75f06331a1958183
Reviewed-on: https://review.typo3.org/27845
Reviewed-by: Wouter Wolters
Tested-by: Wouter Wolters
Reviewed-by: Markus Klein
Tested-by: Markus Klein
History
#1 Updated by Ingo Schmitt over 1 year ago
- Category set to Import/Export (T3D)
#2 Updated by Marc Bastian Heinrichs over 1 year ago
- Parent task changed from #54542 to #55520
#3 Updated by Marc Bastian Heinrichs over 1 year ago
- Subject changed from Impexp: for non active controls NULL has to be imported to Impexp: for non active controls NULL has to be imported in xml mode
#4 Updated by Gerrit Code Review over 1 year ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27845
#5 Updated by Marc Bastian Heinrichs over 1 year ago
- % Done changed from 0 to 90
#6 Updated by Marc Bastian Heinrichs over 1 year ago
- Assigned To set to Marc Bastian Heinrichs
#7 Updated by Gerrit Code Review over 1 year ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27845
#8 Updated by Marc Bastian Heinrichs over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 90 to 100
Applied in changeset 41aedcf6edc61c4ad1244591a808b4532e1db28b.