Import and Export
Open Stories and Issues
Export as CSV seems to be broken: From a Model, go to
Advanced...
, and click on "Export all Instances of Foo as a CSV file". This is failing, apparently because it is going to a page that no longer exists.
Export/import shouldn't create bogus Person records: When you export a Space and import it again, you get all the Person records as Members of the Space. But that's broken: they aren't actually Members, and they don't have all their contents, so those records are actually dead.
I can import a MySQL DB that contains images: That is, it has a column consisting of binary blobs, which are actually, say, JPEGs. The system should auto-detect this, turn it into a Photo Property, and upload the photos to our storage area.
The pre-populated users of the space (which are some sort of stub, IIRC) all have their previous Roles, and are correctly associated with Thing-specific permissions they held previously. However, when the original user is invited to the space, it creates a new user record in addition to the pre-populated one, with the following effects:
- The user appears twice in the
Sharing > Members
tab
- The newly created user does not have its previous Roles
- The newly created user is not referenced in any permissions that had previously been granted specifically to them
It's possible this is an un-bug if there's something specific about the new invite that I needed to do and didn't, but ownership did seem to transfer correctly - Things which were created by someone in the original space registered as matching _creator
with that person in the new space.
Closed Stories and Issues
Export as CSV link should only show for Models: From the Space Root, go to
Advanced...
. Notice that there is an "Export all Instances of
Space Name as a CSV file". That's obviously non-sensical -- this link should only be visible for Models.