This ensures that the exportable, export_geom and category columns on the canonical table visualization record for a user match those of the library dataset from which it is copied.
This ensures that dataset export is blocked according to library dataset level flags, and also that datasets are correctly displayed within the category tree in the data library.
The issue was introduced when the logic for copying these fields was moved from the Table model to the UserTable model and the copying of these fields was not added to the new function.
This ensures that the
exportable
,export_geom
andcategory
columns on the canonical table visualization record for a user match those of the library dataset from which it is copied.This ensures that dataset export is blocked according to library dataset level flags, and also that datasets are correctly displayed within the category tree in the data library.
The issue was introduced when the logic for copying these fields was moved from the
Table
model to theUserTable
model and the copying of these fields was not added to the new function.