I edited the list layout settings for TopLevelSectionList to remove the default table layout, which works fine.
Exported a snapshot of this new design - snapshot1.
Imported in an old snapshot - snapshot2 (to test something else I was working on), and this correctly imported in the original table layout settings for TopLevelSectionList ie it correctly replaced the table settings I had removed above - no problem there.
Imported back snapshot1, but the table settings from snapshot2 remain, apart from one setting!
TopLevelSectionList - default list layout:
overall design: starts: <table> ends : </table>
rows start <tr> end </tr>
Items start <td> end </td>
My changes prior to snapshot1:
overall design: starts: empty ends : empty
rows start empty end empty
Items start empty end <br/>
After importing snapshot2, then importing back snapshot1:
overall design: starts: <table> ends : </table>
rows start <tr> end </tr>
Items start <td> end <br/>
note the table settings of the fields which should be empty have remained filled with the older snapshot settings. The one field that was not empty after my changes, was OK - Item end <br/>.
This occured in 8.03, but I have retested on a new instal (new PC) with 8.50 and same bug remains.
Exported a snapshot of this new design - snapshot1.
Imported in an old snapshot - snapshot2 (to test something else I was working on), and this correctly imported in the original table layout settings for TopLevelSectionList ie it correctly replaced the table settings I had removed above - no problem there.
Imported back snapshot1, but the table settings from snapshot2 remain, apart from one setting!
TopLevelSectionList - default list layout:
overall design: starts: <table> ends : </table>
rows start <tr> end </tr>
Items start <td> end </td>
My changes prior to snapshot1:
overall design: starts: empty ends : empty
rows start empty end empty
Items start empty end <br/>
After importing snapshot2, then importing back snapshot1:
overall design: starts: <table> ends : </table>
rows start <tr> end </tr>
Items start <td> end <br/>
note the table settings of the fields which should be empty have remained filled with the older snapshot settings. The one field that was not empty after my changes, was OK - Item end <br/>.
This occured in 8.03, but I have retested on a new instal (new PC) with 8.50 and same bug remains.
Comment