Details
-
Bug
-
Status: Open
-
Medium
-
Resolution: Unresolved
-
Xporter Cloud 2.2.5
-
None
-
None
-
Cloud
Description
When exporting a wiki field that contains a table in ADF format, when using the wiki function, nothing is exported.
Steps to reproduce:
- Create one table in the Description field and merge some cells.
- Export using ${wiki:Description}
Nothing will be exported.
If we export without the wiki function, we can see the ADF formatting:
{adf:display=block} {"type":"table","attrs":{"isNumberColumnEnabled":false,"layout":"default","localId":"f3e7eba1-3004-491e-b4ac-eaf19afcf09e"},"content":[{"type":"tableRow","content":[{"type":"tableCell","attrs":{"colspan":3,"background":"#d9d9d9"},"content":[{"type":"paragraph","content":[{"type":"text","text":"Requirement"}]}]}]},{"type":"tableRow","content":[{"type":"tableCell","attrs":{"colspan":3},"content":[{"type":"paragraph"},{"type":"paragraph","content":[{"type":"text","text":"We would like to correct the BAllowFIAOnThrottleControl behavior when we switch to 4WD."}]},{"type":"paragraph","content":[{"type":"text","text":"The Spec was reviewed with NFE is attached."},{"type":"hardBreak"},{"type":"text","text":" "}]}]}]},{"type":"tableRow","content":[{"type":"tableCell","attrs":{"colspan":3,"background":"#d9d9d9"},"content":[{"type":"paragraph","content":[{"type":"text","text":"Analysis"}]}]}]},{"type":"tableRow","content":[{"type":"tableCell","attrs":{"colspan":3},"content":[{"type":"paragraph"},{"type":"paragraph","content":[{"type":"text","text":"When we switch to 4WD, we deactivate the torque FIA Tunnel, however the BAllowFIAOnThrottleControl stay at YES in scenario 5."},{"type":"hardBreak"},{"type":"text","text":"We would like to override it to NO when 4WD is active"}]},{"type":"paragraph","content":[{"type":"text","text":"NB : Side effect to be taken into account, block is used to define BOnThrottleFIA"},{"type":"hardBreak"}]},{"type":"mediaSingle","attrs":{"layout":"center"},"content":[{"type":"media","attrs":{"type":"file","id":"jeditor_file_provider_imgId=ckupload202412205490762372711594507&fileName=pastedImage_EhtZTC4i.png","collection":"","occurrenceKey":"7af89cbb-3f8c-4803-98be-9e6dd509beb7","height":421,"width":787}}]},{"type":"paragraph"},{"type":"paragraph","content":[{"type":"text","text":" "}]}]}]},{"type":"tableRow","content":[{"type":"tableCell","attrs":{"colspan":3,"background":"#d9d9d9"},"content":[{"type":"paragraph","content":[{"type":"text","text":"Soft Evolution_Release_038"}]}]}]},{"type":"tableRow","content":[{"type":"tableCell","attrs":{"colspan":3},"content":[{"type":"paragraph","content":[{"type":"text","text":" "}]}]}]},{"type":"tableRow","content":[{"type":"tableCell","attrs":{"colspan":3,"background":"#d9d9d9"},"content":[{"type":"paragraph","content":[{"type":"text","text":"Calibrations"}]}]}]},{"type":"tableRow","content":[{"type":"tableCell","attrs":{},"content":[{"type":"paragraph","content":[{"type":"text","text":"See Spec"}]}]},{"type":"tableCell","attrs":{},"content":[{"type":"paragraph","content":[{"type":"text","text":" "}]}]},{"type":"tableCell","attrs":{},"content":[{"type":"paragraph","content":[{"type":"text","text":" "}]}]}]},{"type":"tableRow","content":[{"type":"tableCell","attrs":{"colspan":3,"background":"#d9d9d9"},"content":[{"type":"paragraph","content":[{"type":"text","text":"Displays"}]}]}]},{"type":"tableRow","content":[{"type":"tableCell","attrs":{},"content":[{"type":"paragraph","content":[{"type":"text","text":"See Spec"}]}]},{"type":"tableCell","attrs":{"colspan":2},"content":[{"type":"paragraph","content":[{"type":"text","text":" "}]}]}]}]} {adf}
Expected Result:
- The table should be properly exported.